Expand description
The values contained or pointed at by an IFD Field.
There are three groups of FieldValues: TiffTypeValues,
Offsets and OffsetsToIfds. The first represents a list
of values of any given TiffType. The second represents a
list of LONG values, each pointing to a specific Datablock.
The third represents a list of IFD values, each pointing to
an Ifd.
Structs§
- Offsets
- A list of
LONGvalues, each pointing to a specificDatablock. - Offsets
ToIfds - A list of
IFDvalues, each pointing to a specificIfd. - Tiff
Type Values - A list of values of any given
TiffType.
Traits§
- Field
Values - The values contained or pointed at by an IFD Field.