crop-thumbnails
crop-thumbnails copied to clipboard
compatilibity with Squeeze plugin
Hi, it is possible change original image path before cropping? I like https://wordpress.org/plugins/squeeze/ It is plugin, which works 100% on local server. It compress image with sizes nad backup original file to NAME.bak.EXT
If you can add some filter for image path, I can add function, which will detect
- if attachment meta has "squeeze_is_compressed" = 1
- if image NAME.bak.EXT exists
- return image path to NAME.bak.EXT
Thank you.