Hi,
After using Image Processing
I wondered if it would be possible to change the output/target path for the images that I resized.
Currently an MD5
hash seems to be generated with the applied filters, e.g. my <img/>
srcset
attribute looks like:
...
/img/thumb_hu0e8f6c739b7cc91cfbd7b7d696ff9f22_577022_720x0_resize_q90_lanczos.jpg 720w,
/img/thumb_hu0e8f6c739b7cc91cfbd7b7d696ff9f22_577022_1080x0_resize_q90_lanczos.jpg 1080w
...
I think this is the piece of code that generates the filenames. Is there perhaps a way to rename the file to a different or shorter string?