Function scale_rgba8_image

Source
pub fn scale_rgba8_image(
    size: Size2D<u32>,
    pixels: &[u8],
    required_size: Size2D<u32>,
    quality: FilterQuality,
) -> Option<Vec<u8>>
Expand description

Scales the source image to the required size, performing sampling filter algorithm.