Page 1 of 1

Converting Tiffs created by Photoshop CS4

Posted: 2008-11-08T23:21:39-07:00
by elf
I'm getting the following error:
C:\>convert tif:P8146014_u025_6100_08.TIF P8146014_u025_6100_08.jpg
convert: P8146014_u025_6100_08.TIF: unknown field with tag 34858 (0x882a) encountered. `TIFFReadDirectory'.

Is it a problem with the way Photoshop is creating the tiff files or is the command incorrect? The tiff file is 8 bit. ImageMagick was installed from here: ImageMagick-6.4.5-4-Q16-windows-static.exe

Re: Converting Tiffs created by Photoshop CS4

Posted: 2008-11-09T08:07:52-07:00
by magick
The TIFF standard supports both well-defined and proprietary tags. If the TIFF delegate library encounters a tag it does not know about it throws an exception-- however the exception in this case is a warning and in general can be safely ignored.

Re: Converting Tiffs created by Photoshop CS4

Posted: 2008-11-09T15:17:01-07:00
by elf
Thanks