Searched refs:XTIFFOpen (Results 1 – 5 of 5) sorted by relevance
43 extern TIFF* XTIFFOpen(const char* name, const char* mode);
17 tif=XTIFFOpen(fname,"r"); in main()
20 tif=XTIFFOpen("newtif.tif","w"); in main()
115 and "TIFFClose()" routines, called XTIFFOpen, XTIFFFdOpen and XTIFFClose.125 -DTIFFOpen=XTIFFOpen -DTIFFClose=XTIFFClose -DTIFFFdOpen=XTIFFFdOpen
310 XTIFFOpen(const char* name, const char* mode) in XTIFFOpen() function