Module levels

Source
Expand description

How to read a set of resolution levels.

Structs§

AllLevelsReader
Processes pixel blocks from a file and accumulates them into multiple levels per channel.
ReadAllLevels
Specify to read all contained resolution levels from the image, if any.
ReadLargestLevel
Specify to read only the highest resolution level, skipping all smaller variations. The sample storage can be [ReadFlatSamples].

Traits§

ReadSamplesLevel
A template that creates a SamplesReader once for each resolution level.