mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-09 07:28:44 -07:00
feat(#189): allow strip image metadata via bimg.Options.StripMetadata = bool
This commit is contained in:
parent
d31288c3c8
commit
ab4ef56bab
25 changed files with 12 additions and 8 deletions
|
|
@ -204,6 +204,7 @@ type Options struct {
|
|||
NoAutoRotate bool
|
||||
NoProfile bool
|
||||
Interlace bool
|
||||
StripMetadata bool
|
||||
Extend Extend
|
||||
Rotate Angle
|
||||
Background Color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue