how smart is convert's -compress option?
Posted: 2009-09-24T12:28:01-07:00
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?
If I do
convert old.jpg -compress JPEG new.tif
is convert smart enough to do this?