Hey,
in my backend workflow I generate image from AI using a plugin.
The response is url to that img.
Using file upload plugin I’m able to save it to File Manager.
However, I need to shrink the image at some point. It’s 3mb in the database and that’s too much.
Any idea how to achive that?