Home
last modified time | relevance | path

Searched refs:TIFFRGBAImageOK (Results 1 – 6 of 6) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dlibtiff.def74 TIFFRGBAImageOK
H A Dtif_getimage.c76 TIFFRGBAImageOK(TIFF* tif, char emsg[1024]) in TIFFRGBAImageOK() function
277 if( !TIFFRGBAImageOK(tif, emsg) ) in TIFFRGBAImageBegin()
532 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, stop, emsg)) { in TIFFReadRGBAImageOriented()
2839 if (TIFFRGBAImageOK(tif, emsg) && TIFFRGBAImageBegin(&img, tif, 0, emsg)) { in TIFFReadRGBAStrip()
2903 if (!TIFFRGBAImageOK(tif, emsg) in TIFFReadRGBATile()
H A Dtiffio.h433 extern int TIFFRGBAImageOK(TIFF*, char [1024]);
/libtiff-4.0.7/contrib/win_dib/
H A DTiffile.cpp96 if (TIFFRGBAImageOK(tif, emsg)) { in ReadTIFF()
/libtiff-4.0.7/
H A Dconfigure.com514 TIFFRGBAImageOK=PROCEDURE,-
665 UNIVERSAL=TIFFRGBAImageOK
H A DChangeLog190 * libtiff/tif_getimage.c (TIFFRGBAImageOK): Reject attempts to
391 for LogLUV / CIELab. Add explicit call to TIFFRGBAImageOK() in
1125 * libtiff/tif_getimage.c: TIFFRGBAImageOK(): return FALSE if LOGLUV with
5232 TIFFRGBAImageOK, and TIFFNumberOfDirectories as suggested by
6157 * libtiff/tif_getimage.c: The way of codecs checking in TIFFRGBAImageOK
6214 now also uses TIFFRGBAImageOK before reading. This is additional fix
6220 codecs added in TIFFRGBAImageOK and TIFFReadRGBAImage now uses
6221 TIFFRGBAImageOK before reading.