mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(Edit Image Node): Allow WebP as an image format (#5420)
This commit is contained in:
committed by
GitHub
parent
e059caf993
commit
94f2b2a26f
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user