tiff to jpeg

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post 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.
Post Reply