Skip to main content

Module source

Module source 

Source
Expand description

Random-access source abstraction used by the TIFF decoder.

Structs§

BytesSource
In-memory byte-vector source.
MmapSource
Memory-mapped file source.

Traits§

TiffSource
Random-access byte source for TIFF decoding.

Type Aliases§

SharedSource
Shared source handle used by TiffFile.