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,
Image file size increasing after convert command
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Image file size increasing after convert command
"Increasing" compared to what?
snibgo's IM pages: im.snibgo.com
Re: Image file size increasing after convert command
What format is the original image?
I belive this is only used when saving as a jpg: -define jpeg:size=319x319
I belive this is only used when saving as a jpg: -define jpeg:size=319x319