Expand description
TIFF file format parsing module
This module provides structures and functions for reading TIFF and BigTIFF format files.
Re-exports§
pub use crate::io::byte_order::BigEndianHandler;pub use crate::io::byte_order::ByteOrder;pub use crate::io::byte_order::ByteOrderHandler;pub use crate::io::byte_order::LittleEndianHandler;pub use errors::TiffError;pub use errors::TiffResult;pub use ifd::IFD;pub use ifd::IFDEntry;pub use reader::TiffReader;pub use geotags::GeoKeyEntry;pub use geotags::get_key_name;pub use geotags::get_projected_cs_description;pub use geotags::get_tag_name;pub use geotags::is_geotiff_tag;pub use builder::TiffBuilder;
Modules§
- builder
- TIFF file construction utilities
- errors
- Custom error types for TIFF processing
- geo_
key_ parser - GeoTIFF Metadata and GeoKey parsing functionality
- geotags
- GeoTIFF tag definitions and utilities
- ifd
- Image File Directory (IFD) structures and methods
- reader
- TIFF file reader implementation
Structs§
- TIFF
- Represents a TIFF file with its Image File Directories (IFDs)