1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-06-17 22:37:33 +02:00

Add extend_aspect_ratio processing option

This commit is contained in:
DarthSim
2023-02-19 18:58:30 +03:00
parent 4ca72ea9cc
commit 4bf1a27abd
6 changed files with 86 additions and 27 deletions

View File

@ -30,6 +30,7 @@ var mainPipeline = pipeline{
cropToResult,
applyFilters,
extend,
extendAspectRatio,
padding,
fixSize,
flatten,