mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-13 01:10:29 -07:00
fix(#33): bad auto rotatino
This commit is contained in:
parent
ca206cdee1
commit
67221723ca
4 changed files with 47 additions and 55 deletions
|
|
@ -42,10 +42,10 @@ func (i Interpolator) String() string {
|
|||
type Angle int
|
||||
|
||||
const (
|
||||
D0 Angle = C.VIPS_ANGLE_D0
|
||||
D90 Angle = C.VIPS_ANGLE_D90
|
||||
D180 Angle = C.VIPS_ANGLE_D180
|
||||
D270 Angle = C.VIPS_ANGLE_D270
|
||||
D0 Angle = 0
|
||||
D90 Angle = 90
|
||||
D180 Angle = 180
|
||||
D270 Angle = 270
|
||||
)
|
||||
|
||||
type Direction int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue