Function retroimg::crop

source ·
pub fn crop(
    image: RgbImage,
    left: u32,
    top: u32,
    width: u32,
    height: u32
) -> RgbImage
Expand description

Crop an image to the given borders.