config: change defaults

This commit is contained in:
mappu 2018-06-09 17:18:16 +12:00
parent c16736d86f
commit 1a7a435460
1 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,6 @@ var DefaultConfig = Config{
Width: 128,
Height: 128,
Output: Jpeg,
Aspect: FitInside,
Scale: Bilinear,
Aspect: FitOutside,
Scale: Bicubic,
}