Expand description
How to read either a single or a list of layers.
Structs
- Processes pixel blocks from a file and accumulates them into a list of layers. For example,
ChannelsReadercan be [SpecificChannelsReader] or [AnyChannelsReader<FlatSamplesReader>]. - Processes pixel blocks from a file and accumulates them into a single layers, using only the first. For example,
ChannelsReadercan beSpecificChannelsReaderorAnyChannelsReader<FlatSamplesReader>. - Processes pixel blocks from a file and accumulates them into a single layers. For example,
ChannelsReadercan beSpecificChannelsReaderorAnyChannelsReader<FlatSamplesReader>. - Specify to read all channels, aborting if any one is invalid. [
ReadRgbaChannels] or [ReadAnyChannels<ReadFlatSamples>]. - Specify to read only the first layer which meets the previously specified requirements
Traits
- Processes pixel blocks from a file and accumulates them into multiple channels per layer.
- A template that creates a
ChannelsReaderonce for all channels per layer.