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