mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-13 09:20:29 -07:00
Merge pull request #208 from mikestead/feature/webp-lossless
Add lossless option for saving webp
This commit is contained in:
commit
262d0f82b7
4 changed files with 7 additions and 2 deletions
|
|
@ -209,6 +209,7 @@ type Options struct {
|
|||
Interlace bool
|
||||
StripMetadata bool
|
||||
Trim bool
|
||||
Lossless bool
|
||||
Extend Extend
|
||||
Rotate Angle
|
||||
Background Color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue