My tif file can be found here: http://ut.patricklarsson.nu/example.tif
Convert -version
Code: Select all
Version: ImageMagick 6.8.7-0 2013-09-19 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC
Features: DPC OpenMP
Delegates: bzlib jng jpeg lcms png png tiff xml zlib
This is the command im running:
convert /Users/patrick/Desktop/example.tif ~/Desktop/test.jpeg
And this is the error it returns:
Code: Select all
convert /Library/WebServer/Documents/ut/example.tif ~/Desktop/test.jpg
convert: Unknown field with tag 347 (0x15b) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/838.
convert: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/838.
convert: JPEG compression support is not configured. `/Library/WebServer/Documents/ut/example.tif' @ error/tiff.c/TIFFErrors/563.
convert: Unknown field with tag 347 (0x15b) encountered. `TIFFReadDirectory' @ warning/tiff.c/TIFFWarnings/838.
convert: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/838.
convert: JPEG compression support is not configured. `/Library/WebServer/Documents/ut/example.tif' @ error/tiff.c/TIFFErrors/563.
convert: compression not supported `/Library/WebServer/Documents/ut/example.tif' @ error/tiff.c/ReadTIFFImage/1130.
convert: no images defined `/Users/patrick/Desktop/test.jpg' @ error/convert.c/ConvertImageCommand/3127.