Public Attributes | |
| int | idlen |
| Length of skipped image identifier. (1 byte). | |
| int | cmaptype |
| Specifies, if there is a colormap. (1 byte). | |
| int | imagetype |
| Specifies type of the image. (1 byte). | |
| int | cmapfirstidx |
| Index of first map entry. (2 bytes). | |
| int | cmaplen |
| Number of entries in color map. (2 bytes). | |
| int | cmapentrysize |
| Bit-depth of a cmap entry. (1 byte). | |
| int | xorigin |
| X-coordinate. (2 bytes). | |
| int | yorigin |
| Y-coordinate. (2 bytes). | |
| int | width |
| Width of image. (2 bytes). | |
| int | height |
| Height of image. (2 bytes). | |
| int | bitsperpixel |
| Pixel-depth of image. (1 byte). | |
| int | imageinfo |
| Aplhabits + Origin. (1 byte). | |
| int | _alphabits |
| Derived from imageinfo. | |
| int | _origin |
| Derived from imageinfo. | |
Length of skipped image identifier. (1 byte).
Specifies, if there is a colormap. (1 byte).
Specifies type of the image. (1 byte).
Index of first map entry. (2 bytes).
Number of entries in color map. (2 bytes).
Bit-depth of a cmap entry. (1 byte).
X-coordinate. (2 bytes).
Y-coordinate. (2 bytes).
Width of image. (2 bytes).
Height of image. (2 bytes).
Pixel-depth of image. (1 byte).
Aplhabits + Origin. (1 byte).
Derived from imageinfo.
Derived from imageinfo.
1.5.3