Type Definition exr::image::PixelImage
source · pub type PixelImage<Storage, Channels> = Image<Layer<SpecificChannels<Storage, Channels>>>;
Expand description
This image type contains a single layer containing a user-defined type of pixels.