JPEG Quality

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
extremis

JPEG Quality

Post by extremis »

JPEG Quality is generally determined by the selection of quantization tables and downsampling.
Is there any way to detect if a jpeg image is downsampled or not and view its quantization tables?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: JPEG Quality

Post by anthony »

extremis wrote: JPEG Quality is generally determined by the selection of quantization tables and downsampling.


That sounds more like GIF not JPEG. JPEG does not quantize the image to a fewer numebr of colors, but attempts to map a frequency (fourier transform) to generate higher lossy compression.

As for your question. Glenn?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply