Skip to main content

crop_image

Function crop_image 

Source
pub fn crop_image(
    image_id: String,
    x: u32,
    y: u32,
    width: u32,
    height: u32,
    store: State<'_, ImageStore>,
) -> Result<ScreenshotResponse, String>