TIFF.IFD

TIFF Image File Directory. Loaded manually due to the nature of this field.

Members

Enums

DataEntryID
enum DataEntryID

Common TIFF entry identifiers.

DataType
enum DataType

TIFF data types.

Functions

getTagNum
uint getTagNum(ushort tagID)

Returns the first instance of a given tag if exists, or returns uint.max if not.

Structs

Tag
struct Tag

TIFF tag. Loaded as bytestream at once.

Variables

nextOffset
uint nextOffset;

Offset of next IFD

numDirEntries
ushort numDirEntries;

Number of entries.

tagData
ubyte[][] tagData;

Stores each datafields.

tagList
Tag[] tagList;

List of tags in this field.

Meta