pub async fn run(
tasks: Vec<Vec<String>>,
) -> Result<ProcessImage, ImageProcessingError>Expand description
Run process image task. Load task: [“load”, “url”] Resize task: [“resize”, “width”, “height”] Gray task: [“gray”] Optim task: [“optim”, “webp”, “quality”, “speed”] Crop task: [“crop”, “x”, “y”, “width”, “height”] Watermark task: [“watermark”, “url”, “position”, “margin left”, “margin top”] Diff task: [“diff”]