pub fn build_overviews(
base: &RasterTile,
opts: PyramidOptions,
) -> Vec<RasterTile>Expand description
Produce a chain of overview tiles from base (treated as level 0).
The returned Vec does NOT include the base — index 0 of the result is
the level-1 overview (half resolution).