Expand description
Decoding and Encoding of TIFF Images
TIFF (Tagged Image File Format) is a versatile image format that supports lossless and lossy compression.
§Related Links
- http://partners.adobe.com/public/developer/tiff/index.html - The TIFF specification
Structs§
- Tiff
Decoder - Decoder for TIFF images.
- Tiff
Encoder - Encoder for tiff images
- Tiff
Reader - Wrapper struct around a
Cursor<Vec<u8>>