Struct exr::image::RipMaps [−][src]
Expand description
In addition to the full resolution image,
this layer also contains smaller versions,
and each smaller version has further versions with varying aspect ratios.
Samples can currently only be FlatSamples.
Fields
map_data: LevelMaps<Samples>A flattened list containing the individual levels
level_count: Vec2<usize>The number of levels that were generated along the x-axis and y-axis.
Implementations
Flatten the 2D level index to a one dimensional index.
Return a level by level index. Level 0 has the largest resolution.
Trait Implementations
Auto Trait Implementations
impl<Samples> RefUnwindSafe for RipMaps<Samples> where
Samples: RefUnwindSafe,
impl<Samples> UnwindSafe for RipMaps<Samples> where
Samples: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more