Module tiff

Source
Expand description

Decoding and Encoding of TIFF Images

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

Structsยง

TiffDecoder
Decoder for TIFF images.
TiffEncoder
Encoder for tiff images
TiffReaderDeprecated
Wrapper struct around a Cursor<Vec<u8>>

Functionsยง

check_sample_format ๐Ÿ”’
cmyk_to_rgb ๐Ÿ”’
err_unknown_color_type ๐Ÿ”’
u8_slice_as_u16 ๐Ÿ”’