doubt in convert -define:jpeg q-table=myQTable.xml (ver 6.8.7-0) First i executed the following command: convert -define jpeg:q-table=myQTables.xml lena512.bmp testing6.jpeg after executing i displayed the qtable using exiftool and using python both shows which is not the one i gave in the myQTables ...
savyan-K54C% convert Version: ImageMagick 6.6.9-7 2012-08-17 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC Features: OpenMP is the convert version i installed. But in my system there is no difference , what may be the reason savyan-K54C% convert -define ...
convert -define jpeg:q-table=myQTables.xml test.bmp a1.jpeg is not working for me. pls help where myQTables.xml is stored in the same directory and its content is: <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE quantization-tables [ <!ELEMENT quantization-tables (table)+> <!ELEMENT table ...