Errors while converting tiff
Posted: 2015-03-10T13:11:59-07:00
Hello,
IM is not able to read some of my tif files.
I didn't find a way out of this problem.
The command is
convert "x.tif" -quiet -resize 95% png:x.png
The output is
convert.exe: x.tif: Null count for "Tag 34022" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/552.
convert.exe: x.tif: Null count for "Tag 34025" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/552.
convert.exe: x.tif: Null count for "Tag 34026" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/552.
convert.exe: x.tif: Null count for "Tag 34031" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/552.
On the command-line it does still produce a png file. However, as I'm using IM through img4java, these errors stuck im4java which throws a org.im4java.core.CommandException.
Same problem with IMDisplay.
I'm using ImageMagick-6.9.0-Q16, x86, on Windows7.
Any idea how to solve this problem ?
Thanks
IM is not able to read some of my tif files.
I didn't find a way out of this problem.
The command is
convert "x.tif" -quiet -resize 95% png:x.png
The output is
convert.exe: x.tif: Null count for "Tag 34022" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/552.
convert.exe: x.tif: Null count for "Tag 34025" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/552.
convert.exe: x.tif: Null count for "Tag 34026" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/552.
convert.exe: x.tif: Null count for "Tag 34031" (type 1, writecount -3, passcount 1). `_TIFFVSetField' @ error/tiff.c/TIFFErrors/552.
On the command-line it does still produce a png file. However, as I'm using IM through img4java, these errors stuck im4java which throws a org.im4java.core.CommandException.
Same problem with IMDisplay.
I'm using ImageMagick-6.9.0-Q16, x86, on Windows7.
Any idea how to solve this problem ?
Thanks