Error Converting TIFF To PNG

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
sharner

Error Converting TIFF To PNG

Post by sharner »

I am attempting to use the convert command line utility to convert a TIFF into a PNG. The command that I'm using is something like "convert -resample 72x72 -quality 50 test.tif test.png". Unfortunately, I am receiving the following error when I attempt to do this: "convert: test.tif: Seek error accessing TIFF directory. `TIFFReadDirectory'". Does anyone have any ideas about what might be going wrong? I'm not sure if this is of any consequence or not, but I am able to use libtiff's tiffinfo on the file successfully.
Post Reply