Function exr::meta::rip_map_levels
source ยท pub fn rip_map_levels(
round: RoundingMode,
max_resolution: Vec2<usize>,
) -> impl Iterator<Item = (Vec2<usize>, Vec2<usize>)>
Expand description
Iterates over all rip map level resolutions of a given size, including the indices of each level.
The order of iteration conforms to LineOrder::Increasing
.