1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
imgproxy/docs/image_formats_support.md

25 lines
876 B
Markdown
Raw Normal View History

2018-11-08 12:34:21 +02:00
# Image formats support
At the moment, imgproxy supports only the most popular Web image formats:
* PNG;
* JPEG;
* WebP;
2018-12-02 15:02:19 +02:00
* GIF;
2018-12-11 12:02:23 +02:00
* ICO;
* SVG _(source only)_.
2018-11-08 12:34:21 +02:00
## GIF support
imgproxy supports GIF output only when using libvips 8.7.0+ compiled with ImageMagick support. Official imgproxy Docker image supports GIF out of the box.
2018-11-15 16:04:12 +02:00
Since processing of animated GIFs is pretty heavy, only one frame is processed by default. You can increase the maximum of GIF frames to process with the following variable:
* `IMGPROXY_MAX_GIF_FRAMES`: the maximum of animated GIF frames to being processed. Default: `1`.
**Note:** imgproxy summarizes all GIF frames resolutions while checking source image resolution.
2018-12-02 15:02:19 +02:00
## ICO support
imgproxy supports ICO output only when using libvips 8.7.0+ compiled with ImageMagick support. Official imgproxy Docker image supports ICO out of the box.