pub type AnyImage = Image<Layers<AnyChannels<Levels<FlatSamples>>>>;
Expand description
This image type contains all supported exr features and can represent almost any image. It currently does not support deep data yet.
pub type AnyImage = Image<Layers<AnyChannels<Levels<FlatSamples>>>>;
This image type contains all supported exr features and can represent almost any image. It currently does not support deep data yet.