Browse Source

Add resizing algorithm option docs

DarthSim 5 years ago
parent
commit
3dc7f93542
1 changed files with 11 additions and 0 deletions
  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
 
 ```