1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-24 18:38:28 +00:00

Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745)

* Update Vendor github.com/nfnt/resize

* switch resize algo NearestNeighbor -> Bilinear
This commit is contained in:
6543
2020-09-06 21:53:33 +02:00
committed by GitHub
parent 332dbe7393
commit f7b3e06026
8 changed files with 298 additions and 130 deletions

View File

@@ -1,7 +1,7 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- tip
- "1.x"
- "1.1"
- "1.4"
- "1.10"