Expand description
How to read arbitrary channels.
Structs
Processes pixel blocks from a file and accumulates them into a single arbitrary channel.
Processes pixel blocks from a file and accumulates them into a collection of arbitrary channels. Loads all channels for each layer.
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
A template that creates a new [SampleReader
] for each channel in each layer.
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.