I am using the Mac OS X binary release of ImageMagick, downloaded today from this web site. While I can successfully start up identify, identify reports that it does not recognize the TIF image format. convert misbehaves in this same way.
identify -version
Version: ImageMagick 6.3.0 11/03/06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
ls -l image.tif
-rw-r--r-- 1 gregcoat wheel 1947972 Dec 20 18:29 image.tif
file image.tif
image.tif: TIFF image data, little-endian
identify image.tif
identify: no decode delegate for this image format `image.tif'.
Please advise how to use the Mac OS X binary release of ImageMagick to read and write TIF images.
Greg
identify: no decode delegate for this image format image.tif
-
- Posts: 31
- Joined: 2004-10-28T11:18:28-07:00
- Location: Virginia, USA
-
- Posts: 31
- Joined: 2004-10-28T11:18:28-07:00
- Location: Virginia, USA
-
- Posts: 31
- Joined: 2004-10-28T11:18:28-07:00
- Location: Virginia, USA
I did identify -version and identify -list format and get
Version: ImageMagick 6.3.0 11/03/06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
Format Module Mode Description
-------------------------------------------------------------------------------
* native blob support
So, apparently the official Mac OS X version of ImageMagick does not read nor write ANY raster formats. I fail to see how that is useful to anyone.
Version: ImageMagick 6.3.0 11/03/06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
Format Module Mode Description
-------------------------------------------------------------------------------
* native blob support
So, apparently the official Mac OS X version of ImageMagick does not read nor write ANY raster formats. I fail to see how that is useful to anyone.