SOLVED: -quality and MIFF
Posted: 2015-05-31T03:30:30-07:00
In http://www.imagemagick.org/script/comma ... hp#quality , under quality, documentation says:
Is the documentation wrong? Is there a bug? Is my understanding wrong?
However, trying quality from 0 to 99 shows no difference in resulting file size, and only minimal difference in speed, probably a natural random variation.For the MIFF image format, quality/10 is the zlib compression level, which is 0 (worst but fastest compression) to 9 (best but slowest). It has no effect on the image appearance, since the compression is always lossless.
Code: Select all
convert in.tiff -quiet -quality NN out.miff