Hello guys! I wrote a script that does several image optimizations (like taking out exif information, palette reductions, etc), something similar at what smush-it does. I want to integrate it to DAM, but the only way I found out so far was to generate a new image with a different name (like thumbnails are created). Do you know if there's a way to intercept the original image before it gets uploaded? I want to do my optimizations even before thumbnail generation.
Thanks and regards