feat: autorotate

This commit is contained in:
Tomas 2020-08-04 19:40:07 +02:00
parent 0ae3ac43ce
commit 26b22e9a6f
28 changed files with 105 additions and 2 deletions

View file

@ -8,7 +8,7 @@ import "C"
const (
// Quality defines the default JPEG quality to be used.
Quality = 80
Quality = 75
// MaxSize defines the maximum pixels width or height supported.
MaxSize = 16383
)
@ -226,4 +226,7 @@ type Options struct {
OutputICC string
InputICC string
Palette bool
// private fields
autoRotateOnly bool
}