Module nannou::image::codecs::tiff[][src]

Decoding and Encoding of TIFF Images

TIFF (Tagged Image File Format) is a versatile image format that supports lossless and lossy compression.

Related Links

Structs

TiffDecoder

Decoder for TIFF images.

TiffEncoder

Encoder for tiff images

TiffReader

Wrapper struct around a Cursor<Vec<u8>>