feat(#20): support flop operation (interface broken, sorry im still beta)

This commit is contained in:
Tomas Aparicio 2015-04-08 00:44:44 +02:00
parent 2d17baca0d
commit 414fe40c91
5 changed files with 25 additions and 7 deletions

View file

@ -68,9 +68,10 @@ type Options struct {
Crop bool
Enlarge bool
Embed bool
Flip bool
Flop bool
Type ImageType
Rotate Angle
Flip Direction
Gravity Gravity
Interpolator Interpolator
}