Hi, I’m just upgrading from Make to N8N. With Make I was able to reduce the size of an image using an app. How can I implement this in N8N. I didn’t find any plugin that changes the file size.
Hi @mac338, welcome to the community!
When using n8n’s Edit Image node to perform any operation on an image you can pick an output format such as JPEG and then specify a lower quality level to compress an image.
If you don’t want to make any changes to the image apart from the compression you could just perform a rotation by 360° like so:
Of course you could (for example) also resize the image in the same node to save more space if needed.
Hope this helps!
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.