Expand description
Helpers to write the file.
Structs§
- Byte
Block Datablockthat consists of a list of bytes.- Double
Block - Endian
File - Helper structure that provides convenience methods to write to
a
fs::File, being aware of the file’sEndianness. - Float
Block Datablockthat consists of a list of f32 values.
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).
- Offset
Size - Trait for offset sizes (u32 for TIFF, u64 for BigTIFF).
Type Aliases§
- BigTiff
Cursor - Type alias for BigTIFF cursor (64-bit offsets).
- Tiff
Cursor - Type alias for standard TIFF cursor (32-bit offsets).