#include <tiffio.h>
Public Attributes | |
| TIFF * | tif |
| int | stoponerr |
| int | isContig |
| int | alpha |
| uint32 | width |
| uint32 | height |
| uint16 | bitspersample |
| uint16 | samplesperpixel |
| uint16 | orientation |
| uint16 | photometric |
| uint16 * | redcmap |
| uint16 * | greencmap |
| uint16 * | bluecmap |
| int(* | get )(TIFFRGBAImage *, uint32 *, uint32, uint32) |
| union { | |
| void(* any )(TIFFRGBAImage *) | |
| tileContigRoutine contig | |
| tileSeparateRoutine separate | |
| } | put |
| TIFFRGBValue * | Map |
| uint32 ** | BWmap |
| uint32 ** | PALmap |
| TIFFYCbCrToRGB * | ycbcr |
|
|
type of alpha data present
|
|
|
|
|
|
image bits/sample
|
|
|
|
|
|
black&white map
|
|
|
|
|
|
|
|
|
|
|
|
image height
|
|
|
data is packed/separate
|
|
|
sample mapping array
|
|
|
image orientation
|
|
|
palette image map
|
|
|
image photometric interp
|
|
|
put decoded strip/tile
|
|
|
colormap pallete
|
|
|
image samples/pixel
|
|
|
|
|
|
stop on read error
|
|
|
image handle
|
|
|
image width
|
|
|
YCbCr conversion state.
|
1.3.4-20031026