Re: What does this error message mean?
Glenn Randers-Pehrson <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.devel |
|---|---|
| Message-ID | <[email protected]> |
At 02:32 PM 12/10/2006 -0500, Robert Peirce wrote: >I am converting some tif files to 1200x1800 bit jpg files at 300 dpi >and quality of 80. On each conversion I got the following message: > >convert: unknown field with tag 34665 (0x8769) ignored.. It means the TIFF file has an optional tag (number greater than 32k) that "convert" doesn't recognize and is ignoring. Don't worry about it. Glenn