Skip to main content

resample_tile

Function resample_tile 

Source
pub fn resample_tile(
    source: &RasterTile,
    target_width: u32,
    target_height: u32,
    method: ResamplingMethod,
) -> RasterTile
Expand description

Resize a RasterTile to new (target_width, target_height). Used by pyramid building and warp output preparation.