ImGearIFFTagIDs Enumeration
In This Topic
Lists all IFF tag identifiers.
Syntax
Members
Member | Value | Description |
COMPRESSION | 6 | Image compression. |
FORMAT | 37 | IFF metadata format identifier. |
HIGH | 1 | Image height. |
MASK | 5 | Mask info. |
PAGE_H | 9 | Page height. |
PAGE_W | 8 | Page width. |
PLANES | 4 | Color map planes. |
TRAN_ASPT | 7 | Tran aspt. |
TRANSP_COLOR | 11 | Transp color. |
VIEW_MODE | 10 | View mode. |
WIDE | 0 | Image width. |
X_ASPECT | 12 | X aspect resolution. |
XORG | 2 | Image X origin. |
Y_ASPECT | 13 | Y aspect resolution. |
YORG | 3 | Image Y origin. |
Inheritance Hierarchy
See Also