What does this message mean? "montage.im6: Wrong data type 9 for "PixelXDimension"; tag ignored."

Asked by Amr Ibrahim

I get these messages when I try to combine two TIF files using "montage":

$ montage Document_1.tif Document_0.tif -geometry +0+0 combine.jpg

montage.im6: Wrong data type 9 for "PixelXDimension"; tag ignored. `TIFFReadCustomDirectory' @ warning/tiff.c/TIFFWarnings/768.
montage.im6: Wrong data type 9 for "PixelYDimension"; tag ignored. `TIFFReadCustomDirectory' @ warning/tiff.c/TIFFWarnings/768.
montage.im6: Wrong data type 9 for "PixelXDimension"; tag ignored. `TIFFReadCustomDirectory' @ warning/tiff.c/TIFFWarnings/768.
montage.im6: Wrong data type 9 for "PixelYDimension"; tag ignored. `TIFFReadCustomDirectory' @ warning/tiff.c/TIFFWarnings/768.

The TIF images are correctly combined into a single JPG file. But I don't understand the messages.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu imagemagick Edit question
Assignee:
No assignee Edit question
Solved by:
Thomas Krüger
Solved:
Last query:
Last reply:
Revision history for this message
Best Thomas Krüger (thkrueger) said :
#1

Some data in the meta information of the image is not well-formed, so it is ignored.
In your case it's not relevant.

Revision history for this message
Amr Ibrahim (amribrahim1987) said :
#2

Thanks Thomas Krüger, that solved my question.