GIF.Header

Header for both 87a and 89a versions.

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_version
char[3] _version;

GIF format version ("87a" or "89a")

aspectRatio
ubyte aspectRatio;

Pixel aspect ratio

backgroundColor
ubyte backgroundColor;

Background color index

height
ushort height;

Image height

signature
char[3] signature;

Header signature (always GIF)

width
ushort width;

Image width

Meta