Dugo Image Worker
This worker processes images at the edge using Cloudflare Workers.
Deployed at: image-resizer.dugosystems.com
Usage
To transform an image, use the following URL format:
https://image-resizer.dugosystems.com/transform?imageUrl=IMAGE_URL&width=WIDTH&height=HEIGHT&fit=FIT&quality=QUALITY&format=FORMAT
Parameters:
- imageUrl: The url of the image to transform (required)
- width: The desired width of the image in pixels
- height: The desired height of the image in pixels
- fit: How the image should be resized (contain, cover, crop, pad, scale-down)
- quality: The quality of the image (1-100)
- format: The output format (auto, webp, jpeg, png, gif)