Page 1 of 1

How can I convert JPEG to TIFF?

Posted: 2011-10-21T19:05:30-07:00
by LAPIII
Do I just open a terminal and enter:

Code: Select all

convert TOA.jpeg TOA.tif

Re: How can I convert JPEG to TIFF?

Posted: 2011-10-21T19:09:27-07:00
by fmw42
yes, as long as ImageMagick is properly installed. if you installed from source not binary, then you need to install the jpg and tiff delegate libraries and then re-install IM. If you installed from binary, then both should likely be there.

You can check by typing:

convert -list configure

look at the line starting DELEGATES and see if jpeg and tiff are listed.