Function image_utils::crop [] [src]

pub fn crop(src: &Path,
            x: u32,
            y: u32,
            width: u32,
            height: u32,
            dest: &Path)
            -> Result<bool, Box<Error>>