Function parallel_image_crop::crop_and_resize[][src]

#[no_mangle]
pub fn crop_and_resize(
    path: &str,
    scale: f32,
    x_crop: f32,
    y_crop: f32,
    max_img_percent: f32,
    resize_width: u32,
    resize_height: u32
) -> DynamicImage