pub async fn resize_image(
app: App,
orig_buf: Vec<u8>,
format: ImageFormat,
resize: (u32, u32),
) -> Result<ResizeResult, ImageError>pub async fn resize_image(
app: App,
orig_buf: Vec<u8>,
format: ImageFormat,
resize: (u32, u32),
) -> Result<ResizeResult, ImageError>