Searched defs:_TIFFRGBAImage (Results 1 – 1 of 1) sorted by relevance
204 struct _TIFFRGBAImage struct206 TIFF *tif; /* image handle */207 int stoponerr; /* stop on read error */208 int isContig; /* data is packed/separate */209 int alpha; /* type of alpha data present */210 uint32_t width; /* image width */211 uint32_t height; /* image height */212 uint16_t bitspersample; /* image bits/sample */213 uint16_t samplesperpixel; /* image samples/pixel */214 uint16_t orientation; /* image orientation */[all …]