feat(#189): allow strip image metadata via bimg.Options.StripMetadata = bool

This commit is contained in:
Tomas Aparicio 2017-09-10 17:16:31 +02:00
parent d31288c3c8
commit ab4ef56bab
25 changed files with 12 additions and 8 deletions

View file

@ -204,6 +204,7 @@ type Options struct {
NoAutoRotate bool
NoProfile bool
Interlace bool
StripMetadata bool
Extend Extend
Rotate Angle
Background Color