소스 검색

Update docs

DarthSim 5 년 전
부모
커밋
52152bcf47
3개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      docs/generating_the_url_advanced.md
  2. 1 1
      docs/generating_the_url_basic.md
  3. 3 2
      docs/image_formats_support.md

+ 1 - 1
docs/generating_the_url_advanced.md

@@ -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).
 

+ 1 - 1
docs/generating_the_url_basic.md

@@ -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).
 

+ 3 - 2
docs/image_formats_support.md

@@ -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