Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/912

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
bhargav.parekh
Posts: 1
Joined: 2018-04-12T03:50:08-07:00
Authentication code: 1152

Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/912

Post by bhargav.parekh »

I am using the ImageMagick 6.9.7-4. When I upload the tif image and it save as 0 byte in the folder.
I got this type error in error log:
"Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/912"
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Incompatible type for "RichTIFFIPTC"; tag ignored. `TIFFFetchNormalTag' @ warning/tiff.c/TIFFWarnings/912

Post by fmw42 »

That is just a warning that Imagemagick does not recognize some optional TIFF tag. It should not affect the processing. If you are getting zero bytes in your uploaded file, then check your uploading software.
Post Reply