Expand description
How to write samples (a grid of f32
, f16
or u32
values).
Structs§
- Flat
Samples Writer - A temporary writer for a predefined non-deep sample storage
- Levels
Writer - A temporary writer for multiple resolution levels
Traits§
- Samples
Writer - A temporary writer for one or more resolution levels containing samples
- Writable
Level - Enable an image with this single level sample grid to be written to a file.
Only contained within
Levels
. - Writable
Samples - Enable an image with this sample grid to be written to a file.
Also can contain multiple resolution levels.
Usually contained within
Channels
.