Structs§
- Crop process crops the image.
- Gray process changes the image to gray mode.
- Loader process loads the image data from http, file or base64.
- Optim process optimizes the image of multi format.
- Resize process resizes the image size.
- Watermark process adds a watermark over the image.
Enums§
Constants§
Traits§
Functions§
- Decode data from avif format, it supports rgb8, rgba8, rgb16 and rgba16.
- 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”]