Jpeg quality comparison of Photoshop and Imagemagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Jpeg quality comparison of Photoshop and Imagemagick

Post by magick »

Yes its normal for Photoshop to produce higher quality JPEG images. They create their own optimized DCT coefficients whereas we use the default one provided by the JPEG delegate library. We have no immediate plans to improve the quality of the JPEG produced by ImageMagick.
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

Re: Jpeg quality comparison of Photoshop and Imagemagick

Post by NicolasRobidoux »

Has this changed? (Have the delegate libraries gotten better?)

http://blog.endpoint.com/2009/12/jpeg-c ... ntity.html suggests that the difference is not that big. On the other hand, some other recent posts suggest that IM is still somewhat inferior w.r.t. JPEG.

Would it be possible to improve matters by, say, combining quantization with lossless or lossy JPEG compression (for thumbnails, esp.)? (I imagine this is hugely complicated.)
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Jpeg quality comparison of Photoshop and Imagemagick

Post by magick »

We're always looking for improvements in image quality. If you would like to contribute in this area, please do. We're currently looking toward ImageMagick 7 (see http://www.imagemagick.org/Usage/bugs/I ... ations.txt) which leaves us little time to investigate JPEG quantization improvements.
Post Reply