1998.11.13 18:02 "Re: photoshop 5 tiffs", by Gerben Vos

1998.11.13 18:02 "Re: photoshop 5 tiffs", by Gerben Vos

libtiff rightly warns you, because Photoshop has generated invalid TIFF files. If you don't like the warnings, you can turn them off with TIFFSetWarningHandler(NULL), or you can provide your own warning handler function. You can also alter the reporting of fatal error messages using TIFFSetErrorHandler(). Or you can edit the default functions in tif_unix.c (or tif_win32.c or tif-<platform>.c).

                                        Gerben Vos.

>From: Dwight Kelly [mailto:dkelly@apago.com]
>Sent: Friday, November 13, 1998 6:07 PM
>
>$ tiffinfo rgb_ps5.tif
>rgb_ps5.tif: Warning, incorrect count for field "MinSampleValue" (1,
> expecting 3 ); tag ignored.
>rgb_ps5.tif: Warning, incorrect count for field "MaxSampleValue" (1,
> expecting 3 ); tag ignored.