Skip to main content

Module ifd

Module ifd 

Source

Structs§

ColorMap
TIFF palette ColorMap values split into RGB planes.
Ifd
A parsed Image File Directory (IFD).
LercParameters
Parsed TIFF LercParameters tag payload.
RasterLayout
Raster layout information normalized from TIFF tags.

Enums§

ColorModel
Structured interpretation of TIFF photometric and ancillary color tags.
ExtraSample
TIFF ExtraSamples semantic.
InkSet
TIFF InkSet semantics for separated photometric data.
LercAdditionalCompression
TIFF-side LERC additional compression mode.
PhotometricInterpretation
TIFF photometric interpretation.
YCbCrPositioning
TIFF YCbCr chroma sample positioning.

Constants§

TAG_BITS_PER_SAMPLE
TAG_COLOR_MAP
TAG_COMPRESSION
TAG_EXTRA_SAMPLES
TAG_IMAGE_LENGTH
TAG_IMAGE_WIDTH
TAG_INK_SET
TAG_LERC_PARAMETERS
TAG_PHOTOMETRIC_INTERPRETATION
TAG_PLANAR_CONFIGURATION
TAG_PREDICTOR
TAG_REFERENCE_BLACK_WHITE
TAG_ROWS_PER_STRIP
TAG_SAMPLES_PER_PIXEL
TAG_SAMPLE_FORMAT
TAG_STRIP_BYTE_COUNTS
TAG_STRIP_OFFSETS
TAG_SUB_IFDS
TAG_TILE_BYTE_COUNTS
TAG_TILE_LENGTH
TAG_TILE_OFFSETS
TAG_TILE_WIDTH
TAG_YCBCR_POSITIONING
TAG_YCBCR_SUBSAMPLING

Functions§

parse_ifd_at
Parse a single IFD at the given file offset.
parse_ifd_chain
Parse the chain of IFDs starting from the header’s first IFD offset.