[][src]Module tiff_encoder::write

Helpers to write the file.

Structs

ByteBlock

Datablock that consists of a list of bytes.

EndianFile

Helper structure that provides convenience methods to write to a fs::File, being aware of the file's Endianness.

Enums

Endianness

The byte order used within the TIFF file.

Traits

Datablock

A block of data in the file pointed to by a field value, but that isn't part of the field itself (such as image strips).