Blank output for Tiff to PDF convertion
Posted: 2013-06-23T17:15:22-07:00
Hi,
I am a new user of ImageMagick, and I only use very basic commands (shown below) to covert tiff images to PDFs. The input files are some survey images. However, I find a small number of the output files are blank while the majority are fine. There is no error message returned in the log, only warnings as shown below. Any idea why it doesn't work? Thanks in advance for your help!
Command:
convert "AA.tif" "BB.pdf" 2>> "C:\Error_ImageMagick.log"
Log:
convert.exe: ASCII value for tag "Software" does not end in null byte. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.
convert.exe: ASCII value for tag "DateTime" contains null byte in value; value incorrectly truncated during reading due to implementation limitations. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.
convert.exe: ASCII value for tag "Artist" does not end in null byte. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.
I am a new user of ImageMagick, and I only use very basic commands (shown below) to covert tiff images to PDFs. The input files are some survey images. However, I find a small number of the output files are blank while the majority are fine. There is no error message returned in the log, only warnings as shown below. Any idea why it doesn't work? Thanks in advance for your help!
Command:
convert "AA.tif" "BB.pdf" 2>> "C:\Error_ImageMagick.log"
Log:
convert.exe: ASCII value for tag "Software" does not end in null byte. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.
convert.exe: ASCII value for tag "DateTime" contains null byte in value; value incorrectly truncated during reading due to implementation limitations. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.
convert.exe: ASCII value for tag "Artist" does not end in null byte. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/824.