Expand description
How to read a set of resolution levels.
Structs§
- AllLevels
Reader - Processes pixel blocks from a file and accumulates them into multiple levels per channel.
- Read
AllLevels - Specify to read all contained resolution levels from the image, if any.
- Read
Largest Level - Specify to read only the highest resolution level, skipping all smaller variations.
The sample storage can be [
ReadFlatSamples
].
Traits§
- Read
Samples Level - A template that creates a
SamplesReader
once for each resolution level.