steirico / kirby-plugin-image-crop-field

Kirby image crop field based on vue-cropperjs and gumlet/php-image-resize
MIT License
15 stars 3 forks source link

Image-filenames with 'something+dot+dash+something' create new files after recrop instead of replacing the old one #18

Closed peterstollenwerk closed 2 years ago

peterstollenwerk commented 3 years ago

the source image filename...

a.i.-artificial-intelligience-2001.png

becomes...

a.i.artificial-intelligience-2001-cropped-w899h321-x28y142.png

notice the missing '-' after 'a.i.'.

after a recrop we have another cropped file...

a.i.artificial-intelligience-2001-cropped-w2304h823-x288y489.png

...and the cropped files pile up.