Image file size increasing after convert command
Posted: 2018-04-13T02:23:30-07:00
Hi,
I am using below command to compress the image.
"C:\Program Files\ImageMagick-6.9.9-Q16\convert.exe" -define jpeg:size=319x319 ${filename} -thumbnail 319x319 cq5dam.thumbnail.319.319.png
But when I compare the result with actual, I find the size of png is increasing. How can I fix that issue.
Thanks,
I am using below command to compress the image.
"C:\Program Files\ImageMagick-6.9.9-Q16\convert.exe" -define jpeg:size=319x319 ${filename} -thumbnail 319x319 cq5dam.thumbnail.319.319.png
But when I compare the result with actual, I find the size of png is increasing. How can I fix that issue.
Thanks,