Problem with Jpeg Quality
Posted: 2014-08-19T07:06:47-07:00
Hi,
I'm experimenting with ImageMagick for re-sizing and compressing JPGs on my webserver. Getting the best file-size/quality is really important for this project.
My test image seems to be poor quality when saved from ImageMagick compared to other programs, for the same file size.
I've put some example files here:
https://www.dropbox.com/sh/87gxp9f1r517 ... G2zeUk2T4a
I re-sized and compressed the large Original.jpg with ImageMagick 6.8.9-6 Q16 Windows with the command:
convert Original.jpg -resize 640x640 -quality 35 ImageMagick.jpg
and got a file that's about 39k.
I did the same with PaintShopPro 5 - using a quality of 20 to get the same filesize.
As you can see there's a lot more banding in the sky in the ImageMagick version - and a lot more jpeg artefacts round the building.
The ImageMagick re-size seems good - I think the problem is with the jpeg compression.
As there are so many settings, I was wondering if there's something else I should try to get a better result.
Thanks for any help
I'm experimenting with ImageMagick for re-sizing and compressing JPGs on my webserver. Getting the best file-size/quality is really important for this project.
My test image seems to be poor quality when saved from ImageMagick compared to other programs, for the same file size.
I've put some example files here:
https://www.dropbox.com/sh/87gxp9f1r517 ... G2zeUk2T4a
I re-sized and compressed the large Original.jpg with ImageMagick 6.8.9-6 Q16 Windows with the command:
convert Original.jpg -resize 640x640 -quality 35 ImageMagick.jpg
and got a file that's about 39k.
I did the same with PaintShopPro 5 - using a quality of 20 to get the same filesize.
As you can see there's a lot more banding in the sky in the ImageMagick version - and a lot more jpeg artefacts round the building.
The ImageMagick re-size seems good - I think the problem is with the jpeg compression.
As there are so many settings, I was wondering if there's something else I should try to get a better result.
Thanks for any help