Page 1 of 1

Posted: 2006-03-17T13:28:28-07:00
by magick
To convert TIFF to JPEG, type
  • convert image.tiff image.jpg
Of course the command will only work if you have ImageMagick installed and it was built with support for TIFF and JPEG.

Posted: 2006-03-17T20:40:09-07:00
by magick
Try
  • identify -list format
. Tiff should have a mode of rw-. Its possible in your case, ImageMagick is not finding its configuration files. Try
  • convert -debug configure logo: logo.gif
and see where ImageMagick is looking for its configuration files and if it finds them.