Expand description
Shared TIFF/BigTIFF types used by both tiff-reader and tiff-writer.
This crate provides the foundational types for TIFF file manipulation: byte order, tag types, tag values, sample traits, raster layout, and well-known constants and enums.
Re-exports§
pub use byte_order::ByteOrder;pub use layout::RasterLayout;pub use sample::TiffSample;pub use tag::Tag;pub use tag::TagType;pub use tag::TagValue;pub use constants::*;