pub fn resample_tile(
source: &RasterTile,
target_width: u32,
target_height: u32,
method: ResamplingMethod,
) -> RasterTileExpand description
Resize a RasterTile to new (target_width, target_height). Used by
pyramid building and warp output preparation.