-define jpeg:q-table not respected
Posted: 2019-05-12T14:15:34-07:00
Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib
Running on WSL (Bash on Windows)
I'm using convert like this:
convert pic1.jpg -filter Box -resize 120x160 -define jpeg:q-table=/path/to/xml out.jpg
but the custom quantization table is not being used (and it seems like a different table is used *not* the default one).
Copyright: © 1999-2017 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib
Running on WSL (Bash on Windows)
I'm using convert like this:
convert pic1.jpg -filter Box -resize 120x160 -define jpeg:q-table=/path/to/xml out.jpg
but the custom quantization table is not being used (and it seems like a different table is used *not* the default one).