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

Add resizing algorithm option docs

This commit is contained in:
DarthSim 2019-12-09 18:56:19 +06:00
parent 7d0213bc16
commit 3dc7f93542

View File

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