Merge pull request #208 from mikestead/feature/webp-lossless

Add lossless option for saving webp
This commit is contained in:
Tomás 2017-12-22 19:51:54 +01:00 committed by GitHub
commit 262d0f82b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 2 deletions

View file

@ -209,6 +209,7 @@ type Options struct {
Interlace bool
StripMetadata bool
Trim bool
Lossless bool
Extend Extend
Rotate Angle
Background Color