Module geotiff::tiff[][src]

Structs

IFD

An image file directory (IFD) within this TIFF. It contains the number of individual IFD entries as well as a Vec with all the entries.

IFDEntry

A single entry within an image file directory (IDF). It consists of a tag, a type, and several tag values.

TIFF

The basic TIFF struct. This includes the header (specifying byte order and IFD offsets) as well as all the image file directories (IFDs) plus image data.

TIFFHeader

The header of a TIFF file. This comes first in any TIFF file and contains the byte order as well as the offset to the IFD table.

Functions

decode_tag

Decodes an u16 value into a TIFFTag.

decode_tag_type

Decodes an u16 value into a TagType.

validate_required_tags_for

Validation functions to make sure all the required tags are existing for a certain GeoTiff image type (e.g., grayscale or RGB image).