TIFF.Header

Standard TIFF header. Loaded as a bytestream at once.

Members

Functions

switchEndian
void switchEndian()

Switches endianness if needed. Also changes identifier to the host machine's native endianness to avoid problems from conversion.

Variables

identifier
ushort identifier;

Byte order identifier.

offset
uint offset;

Offset of first image file directory.

vers
ushort vers;

Version number.

Meta