err msg: unknown field with tag~~~

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
ycul

err msg: unknown field with tag~~~

Post by ycul »

Just got following err msg:

Exception 350: 0001.tif: unknown field with tag 34686 (0x877e) encountered. `TIFFReadDirectory' at magick.pl line 16.

anybody has any idea about this???
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

The message you received is a warning and can safely be ignored. It referring to a proprietary tag that the TIFF delegate library does not know about. The TIFF specification allows for proprietary tags, they are ignored by the TIFF delegate library.
Post Reply