Deliver optimized images on-the-fly and on-demand, Imagically is designed to enhance website performance and user experience.
Usage
/:params/:file:output
:params
- Filters to control image
:file
- The image file URL
:output
- Format type to convert image
Parameters
/w:100/example.com/image.jpg
- Set new image width in pixel
/h:100/example.com/image.jpg
- Set new image height in pixel
/q:100/example.com/image.jpg
- Set new image quality
/example.com/image.jpg.webp
- Convert image to WebP format
/w:100/h:100/q:100/example.com/image.jpg
- Using all params
Cache
Image files will be cached on the server for 1 hour.
Image files will be cached on the CDN for 1 year.
Limitations
The size limit of the image file you can load is 10MB, otherwise it will redirect to the origin image url.
No bandwidth limitations.
No warranties, use at your own risk
Supported Image Formats
- JPG
- JPEG
- PNG
- WebP
- SVG (Minify Only)
- GIF (Resize Only)