feat(Edit Image Node): Allow WebP as an image format (#5420)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-02-08 23:08:50 +01:00
committed by GitHub
parent e059caf993
commit 94f2b2a26f
3 changed files with 11 additions and 7 deletions

View File

@@ -909,6 +909,10 @@ export class EditImage implements INodeType {
name: 'tiff',
value: 'tiff',
},
{
name: 'WebP',
value: 'webp',
},
],
default: 'jpeg',
description: 'Set the output image format',