mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 23:18:19 -07:00
fix(rotation)
This commit is contained in:
parent
a7706b6033
commit
cc455d8f48
2 changed files with 13 additions and 21 deletions
12
options.go
12
options.go
|
|
@ -101,12 +101,12 @@ type GaussianBlur struct {
|
|||
}
|
||||
|
||||
type Sharpen struct {
|
||||
Radius int
|
||||
X1 float64
|
||||
Y2 float64
|
||||
Y3 float64
|
||||
M1 float64
|
||||
M2 float64
|
||||
Radius int
|
||||
X1 float64
|
||||
Y2 float64
|
||||
Y3 float64
|
||||
M1 float64
|
||||
M2 float64
|
||||
}
|
||||
|
||||
// Supported image transformation options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue