Home
last modified time | relevance | path

Searched refs:XTIFFOpen (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/contrib/tags/
H A Dxtiffio.h43 extern TIFF* XTIFFOpen(const char* name, const char* mode);
H A Dlisttif.c17 tif=XTIFFOpen(fname,"r"); in main()
H A Dmaketif.c20 tif=XTIFFOpen("newtif.tif","w"); in main()
H A DREADME115 and "TIFFClose()" routines, called XTIFFOpen, XTIFFFdOpen and XTIFFClose.
125 -DTIFFOpen=XTIFFOpen -DTIFFClose=XTIFFClose -DTIFFFdOpen=XTIFFFdOpen
H A Dxtif_dir.c310 XTIFFOpen(const char* name, const char* mode) in XTIFFOpen() function