- Adding a Background option when flattening out a transparent PNG

This commit is contained in:
Clement DAL PALU 2015-09-28 17:33:38 -07:00
parent ebb3688b44
commit e83c80c93c
5 changed files with 42 additions and 0 deletions

View file

@ -123,4 +123,5 @@ type Options struct {
Interpolator Interpolator
Interpretation Interpretation
GaussianBlur GaussianBlur
Background Color
}