Page 1 of 1

how smart is convert's -compress option?

Posted: 2009-09-24T12:28:01-07:00
by hermit
I have a bunch of JPG files that I want to convert to TIFF. I don't want to uncompress them and recompress them, I just want a TIFF file containing the same compressed data as the JPG file did.

If I do

convert old.jpg -compress JPEG new.tif

is convert smart enough to do this?

Re: how smart is convert's -compress option?

Posted: 2009-09-24T12:43:55-07:00
by fmw42
My understanding is that IM convert will always reprocess the image (even if you simply noop convert input.jpg output.tiff). But I will defer to the IM folks for correction.

Re: how smart is convert's -compress option?

Posted: 2010-01-26T14:41:44-07:00
by ironhacker
Agreed. I would like to see an option to pass through the image without a needless uncompress/re-compress cycle.