pub trait Cropper<T, const C: usize> { // Required method fn from(self, x: u32, y: u32) -> SubImage<T, C>; }
Trait for cropping a image.
if w - y == 0