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ยง
- Decoder for TIFF images.
- Encoder for tiff images
- Wrapper struct around a
Cursor<Vec<u8>>
Functionsยง
- check_sample_format ๐
- cmyk_to_rgb ๐
- u8_slice_as_u16 ๐