pub fn resize<T: PixelComponent, const CHANNELS: usize>(
input: ImageView<'_, T, CHANNELS>,
output_width: usize,
output_height: usize,
interpolation: Interpolation,
) -> VisionResult<Image<T, CHANNELS>>Expand description
Resizes an interleaved image while preserving semantic metadata.