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