pub type FlatImage = Image<Layers<AnyChannels<FlatSamples>>>;
Expand description
This image type contains the most common exr features and can represent almost any plain image. Does not contain resolution levels. Does not support deep data.
pub type FlatImage = Image<Layers<AnyChannels<FlatSamples>>>;
This image type contains the most common exr features and can represent almost any plain image. Does not contain resolution levels. Does not support deep data.