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