support Palette option for png

This commit is contained in:
Azuma Fan 2020-06-08 16:43:04 +08:00
parent 3a950d13cd
commit dfd363a962
4 changed files with 8 additions and 3 deletions

View file

@ -225,4 +225,5 @@ type Options struct {
Gamma float64
OutputICC string
InputICC string
Palette bool
}