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

Update docs

This commit is contained in:
DarthSim 2019-09-30 15:53:13 +06:00
parent 5e18d59f80
commit 52152bcf47
3 changed files with 5 additions and 4 deletions

View File

@ -320,7 +320,7 @@ When using encoded source URL, you can specify the [extension](#extension) after
### Extension
Extension specifies the format of the resulting image. At the moment, imgproxy supports only `jpg`, `png`, `webp`, `gif`, and `ico`, them being the most popular and useful image formats on the Web.
Extension specifies the format of the resulting image. At the moment, imgproxy supports only `jpg`, `png`, `webp`, `gif`, `ico`, `heic`, and `tiff`, them being the most popular and useful image formats.
**Note:** Read about GIF support [here](image_formats_support.md#gif-support).

View File

@ -87,7 +87,7 @@ When using encoded source URL, you can specify the [extension](#extension) after
### Extension
Extension specifies the format of the resulting image. At the moment, imgproxy supports only `jpg`, `png`, `webp`, `gif`, and `ico`, them being the most popular and useful image formats on the Web.
Extension specifies the format of the resulting image. At the moment, imgproxy supports only `jpg`, `png`, `webp`, `gif`, `ico`, `heic`, and `tiff`, them being the most popular and useful image formats.
**Note:** Read about GIF support [here](image_formats_support.md#gif-support).

View File

@ -1,6 +1,6 @@
# Image formats support
At the moment, imgproxy supports only the most popular Web image formats:
At the moment, imgproxy supports only the most popular image formats:
* PNG;
* JPEG;
@ -8,7 +8,8 @@ At the moment, imgproxy supports only the most popular Web image formats:
* GIF;
* ICO;
* SVG _(source only)_;
* HEIC.
* HEIC;
* TIFF.
## GIF support