IFD.Tag

TIFF tag. Loaded as bytestream at once.

Members

Functions

switchEndian
void switchEndian()
Undocumented in source. Be warned that the author may not have intended to support it.
switchEndianOfData
ubyte[] switchEndianOfData(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dataSize
size_t dataSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dataCount
uint dataCount;

The amount of data stored within this tag.

dataOffset
uint dataOffset;

The offset of data in bytes.

dataType
ushort dataType;

Type of the data items.

tagID
ushort tagID;

Tag identifier.

Meta