Module write

Module write 

Source
Expand description

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).
OffsetSize
Trait for offset sizes (u32 for TIFF, u64 for BigTIFF).

Type Aliases§

BigTiffCursor
Type alias for BigTIFF cursor (64-bit offsets).
TiffCursor
Type alias for standard TIFF cursor (32-bit offsets).