crop

Function crop 

Source
pub fn crop<T: Image>(
    start: (usize, usize),
    size: (usize, usize),
    frame: T,
) -> Crop<T>
Expand description

Crops the given frame to the given rectangle.