Module samples

Source
Expand description

How to write samples (a grid of f32, f16 or u32 values).

Structs§

FlatSamplesWriter
A temporary writer for a predefined non-deep sample storage
LevelsWriter
A temporary writer for multiple resolution levels

Traits§

SamplesWriter
A temporary writer for one or more resolution levels containing samples
WritableLevel
Enable an image with this single level sample grid to be written to a file. Only contained within Levels.
WritableSamples
Enable an image with this sample grid to be written to a file. Also can contain multiple resolution levels. Usually contained within Channels.