SET DQT via -define jpeg:q-table

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
whugemann
Posts: 289
Joined: 2011-03-28T07:11:31-07:00
Authentication code: 8675308
Location: Münster, Germany 52°N,7.6°E

SET DQT via -define jpeg:q-table

Post by whugemann »

I have just been experimenting with this option on my Windows computer, running IM 7.0.8-23 Q16 x64:

Code: Select all

magick -size 256x256 -depth 8 -seed 1000 plasma:fractal -define jpeg:q-table="C:\Temp\Erich\table.xml" plasma_my.jpg
checking the DQT afterwards with JPEGsnoop (https://www.impulseadventure.com/photo/jpeg-snoop.html) and additionally with a hexeditor.

The DQT entries are not identical to those provided in the XML-File; there seems to be some sort of scaling going on. Same result for the XML-File provided with IM 7, i.e. quantization-table.xml.

Am I missing some point?
Wolfgang Hugemann
elmo
Posts: 5
Joined: 2019-05-12T14:07:04-07:00
Authentication code: 1152

Re: SET DQT via -define jpeg:q-table

Post by elmo »

I'm having the same problem. Any luck?
Post Reply