Open iangilman opened 9 years ago
It might be that your GraphicsMagick wasn’t compiled with TIFF support:
GraphicsMagick requires Sam Leffler's TIFF software available via anonymous FTP at
ftp://ftp.remotesensing.org/libtiff/
or via HTTP at
http://www.remotesensing.org/libtiff/
to read the TIFF image format. It in turn optionally requires the JPEG and ZLIB libraries. Libtiff 3.8.2 or later is recommended.
– Source: http://www.graphicsmagick.org/README.html
You can confirm by running identify -list format
.
identify -list format
Does show I don't have TIFF. Sounds like it's not a default option. I suppose we could have a little documentation for people who need it? Anyway, it's not a big deal for me; I've worked around it. Just thought I would let you know.
Here's my error: