Searched defs:_TIFFRGBAImage (Results 1 – 1 of 1) sorted by relevance
197 struct _TIFFRGBAImage { struct198 TIFF* tif; /* image handle */199 int stoponerr; /* stop on read error */200 int isContig; /* data is packed/separate */201 int alpha; /* type of alpha data present */202 uint32 width; /* image width */203 uint32 height; /* image height */204 uint16 bitspersample; /* image bits/sample */205 uint16 samplesperpixel; /* image samples/pixel */206 uint16 orientation; /* image orientation */[all …]