Can you add convert to webp to the image node?
yes that would be very nice to have.
as long as your local build of GraphicsMagick
supports WebP, this PR should do the job.
If you are using n8n via docker, the version of GraphicsMagick
shipped in our images already had WebP support enabled.
1 Like
the docker image doesnt have a webp option, i can confirm that
What I meant was that the GraphicsMagick
binary shipped in our docker images already supports WebP, but the option wasn’t exposed in the UI. The above mentioned PR added the option in the UI, and you’ll be able to use WebP in the next release of n8n.
2 Likes