fix(rotation)

This commit is contained in:
Tomas Aparicio 2016-02-05 15:19:32 +00:00
parent a7706b6033
commit cc455d8f48
2 changed files with 13 additions and 21 deletions

View file

@ -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