pixelstunde / joomla-plg-pxlcompressor

PXLCompressor is a joomla plugin meant for resizing and compressing images uploaded with the media manager on the fly.
http://pixelstun.de
30 stars 4 forks source link

resize resolution part of filename #7

Open johanpeters opened 4 years ago

johanpeters commented 4 years ago

Hello, i use the latest version.. i see that on rescaling.. the filename only gets one resolution added to the filename and not both..

original image filename: image.jpg after resize image filename: image_800w.jpg expected filename after resize: image_800x600.jpg

johanpeters commented 4 years ago

i found the solution for this.. on size entys.. 800|600|

will be added to the filename.. so image.png will be image-.png
johanpeters commented 4 years ago

add this to the manual / popup so that users know

johanpeters commented 4 years ago

resolution is not added to the filename.. work arround for this on size settings 800|600|

for example image.jpg 800|600|800x600 result in image-800x600.jpg