瀏覽代碼

Add resizing algorithm option docs

DarthSim 5 年之前
父節點
當前提交
3dc7f93542
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      docs/generating_the_url_advanced.md

+ 11 - 0
docs/generating_the_url_advanced.md

@@ -64,6 +64,17 @@ Defines how imgproxy will resize the source image. Supported resizing types are:
 
 Default: `fit`
 
+#### Resizing algorithm <img class="pro-badge" src="assets/pro.svg" alt="pro" />
+
+```
+resizing_algorithm:%algorithm
+ra:%algorithm
+```
+
+Defines the algorithm that imgproxy will use for resizing. Supported algorithms are `nearest`, `linear`, `cubic`, `lanczos2`, and `lanczos3`.
+
+Default: `lanczos3`
+
 #### Width
 
 ```