0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-18 17:14:39 +01:00
gitea/modules/avatar
6543 f7b3e06026
Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745)
* Update Vendor github.com/nfnt/resize

* switch resize algo NearestNeighbor -> Bilinear
2020-09-06 20:53:33 +01:00
..
testdata
avatar.go Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745) 2020-09-06 20:53:33 +01:00
avatar_test.go