Extracting JPEG quantization tables
Posted: 2012-08-14T08:04:02-07:00
I would like to extract the quantization tables (also referred to as quantization matrices) from JPEG files, is it possible to do this with some imagemagick component?
Use https://github.com/ImageMagick/ImageMagick/discussions instead.
https://imagemagick.com/discourse-server/
https://imagemagick.com/discourse-server/viewtopic.php?t=21655
Where can I find this library?magick wrote:Consider calling the JPEG delegate library API directly to extract the JPEG quantization tables. ImageMagick accesses them in the coder/jpeg.c module but they are not exported.
Search google for libjpeg. or see http://www.imagemagick.org/download/delegates/findus wrote:Where can I find this library?magick wrote:Consider calling the JPEG delegate library API directly to extract the JPEG quantization tables. ImageMagick accesses them in the coder/jpeg.c module but they are not exported.
Code: Select all
djpeg -verbose -verbose -verbose input.jpg junk.tga