Home
last modified time | relevance | path

Searched defs:tiff (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/libtiff/
H A Dtiffiop.h103 struct tiff { struct
126 #define TIFF_BIGTIFF 0x80000U /* read/write bigtiff */ argument
138 union {
142 } tif_header;
157 int tif_decodestatus;
162 int tif_encodestatus;
193 TIFFReadWriteProc tif_readproc; /* read method */
194 TIFFReadWriteProc tif_writeproc; /* write method */
195 TIFFSeekProc tif_seekproc; /* lseek method */
208 TIFFFieldArray* tif_fieldscompat;
[all …]
H A DCMakeLists.txt117 add_library(tiff ${tiff_SOURCES} ${tiff_HEADERS} ${nodist_tiff_HEADERS} target
/libtiff-4.0.7/tools/
H A Dtiffset.c60 GetField(TIFF *tiff, const char *tagname) in GetField()
80 TIFF *tiff; in main() local
/libtiff-4.0.7/
H A DCMakeLists.txt71 project(tiff C) project