Home
last modified time | relevance | path

Searched refs:TIFFReadRGBAImageOriented (Results 1 – 7 of 7) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dlibtiff.def86 TIFFReadRGBAImageOriented
H A Dtiffio.h421 extern int TIFFReadRGBAImageOriented(TIFF*, uint32, uint32, uint32*,
428 extern int TIFFReadRGBAImageOriented(TIFF*, uint32, uint32, uint32*, int, int);
H A Dtif_getimage.c524 TIFFReadRGBAImageOriented(TIFF* tif, in TIFFReadRGBAImageOriented() function
553 return TIFFReadRGBAImageOriented(tif, rwidth, rheight, raster, in TIFFReadRGBAImage()
/libtiff-4.0.7/tools/
H A Dtiff2rgba.c412 if (!TIFFReadRGBAImageOriented(in, width, height, raster, in cvt_whole_image()
H A Dtiff2pdf.c2611 if(!TIFFReadRGBAImageOriented( in t2p_readwrite_pdf_image()
/libtiff-4.0.7/
H A Dconfigure.com448 TIFFReadRGBAImageOriented=PROCEDURE,-
599 UNIVERSAL=TIFFReadRGBAImageOriented
H A DChangeLog713 TIFFReadRGBAImageOriented, TIFFSetCompressionScheme,
5502 * libtiff/libtiff.def: Added TIFFReadRGBAImageOriented.
5551 function TIFFReadRGBAImageOriented() implemented to retrieve raster
5559 * tools/tiff2rgba.c: Switched to use TIFFReadRGBAImageOriented()