Expand description
How to read arbitrary channels.
Structs§
- AnyChannel
Reader - Processes pixel blocks from a file and accumulates them into a single arbitrary channel.
- AnyChannels
Reader - Processes pixel blocks from a file and accumulates them into a collection of arbitrary channels. Loads all channels for each layer.
- Read
AnyChannels - A template that creates an AnyChannelsReader for each layer in the image.
This loads all channels for each layer.
The
ReadSamples
can, for example, be [ReadFlatSamples] or [ReadAllLevels].
Traits§
- Read
Samples - A template that creates a new [
SampleReader
] for each channel in each layer. - Samples
Reader - Processes pixel blocks from a file and accumulates them into a single pixel channel. For example, stores thousands of “Red” pixel values for a single layer.