mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-23 11:14:48 +02:00
13 lines
302 B
Markdown
13 lines
302 B
Markdown
|
# Image formats support
|
||
|
|
||
|
At the moment, imgproxy supports only the most popular Web image formats:
|
||
|
|
||
|
* PNG;
|
||
|
* JPEG;
|
||
|
* WebP;
|
||
|
* GIF.
|
||
|
|
||
|
## 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.
|