Search found 2 matches

by vdhiman23
2018-05-03T11:18:37-07:00
Forum: Developers
Topic: PNG Compression Not Reducing the size of images
Replies: 1
Views: 8839

PNG Compression Not Reducing the size of images

HI, I have certain png files. They are of size approx 1MB. I tried several command but they didn't work for me. Any suggestions. One is as below : "C:\\Program Files\\ImageMagick-6.9.9-Q16\\mogrify.exe" -depth 8 -format png -define PNG:compression-strategy=2 -define PNG:compression-filter=...
by vdhiman23
2018-04-13T02:23:30-07:00
Forum: Developers
Topic: Image file size increasing after convert command
Replies: 2
Views: 10359

Image file size increasing after convert command

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...