mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-08 10:45:04 +02:00
Update docs
This commit is contained in:
parent
5e18d59f80
commit
52152bcf47
@ -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).
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user