Converting to a JPG is done in under a second.
The only clue I have is if I use the -monitor flag I see it taking 3 seconds each for the 'Classify image colors' and 'Dither image colors' steps (see below).
I guess I don't get it since the image is monochrome! Why would it take time to classify 2 colors, or to dither when there's nothing to dither! I even tried to be 100% sure by converting the TIFF to monochrome first, but got the same results.
Help!
Is there some way to really force it to not play with the colors?
Code: Select all
convert -monitor -monochrome t2.tiff blah.gif
Load image: 100%
Classify image colors: 100%
Dither image colors: 100%
Save image: 100%