Crate tiff2

Crate tiff2 

Source
Expand description

Decoding and Encoding of TIFF Images, specifically made extensible, well-tested an asynchronous (for COGs)

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

Modules§

bytecast
for byte casting. Not sure if we can actually stomp in bytemuck as dependency.
decoder
static decoding functions to be used with the Tiff/Image struct. Additionally an opinionated decoder, optimized for COGs (without the geo part).
encoder
static encoding functions to be used with Tiff/Image struct. Additionally, opinionated COG-building encoder
error
Errors
structs
util
Generic utility functions that can be used for both decoding and encoding

Enums§

ByteOrder
ChunkType
Chunk type of the internal representation
ColorType
An enumeration over supported color types and their bit depths