ImageMagick choking on TIFF file from SPOT camera software

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: ImageMagick choking on TIFF file from SPOT camera software

Post by anthony »

Sounds like another mis-formed TIFF file format. It may need to be loaded and resaved by the software that comes with tha camera. prehaps as a better image file format.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: ImageMagick choking on TIFF file from SPOT camera software

Post by magick »

You might need to upgrade your ImageMagick or TIFF library. We're using LIBTIFF, Version 3.8.2, and ImageMagick 6.3.4-10. We can read your image without any problems.
Post Reply