Error Converting TIFF To PNG
Error Converting TIFF To PNG
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.