Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ Rotate
Method
Rotate
processing/options.go:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
func
(po ProcessingOptions) Rotate() int {
94
return
po.GetInt(keys.Rotate, 0)
95
}
96
97
func
(po ProcessingOptions) FlipHorizontal() bool {
98
return
po.GetBool(keys.FlipHorizontal, false)
Callers
5
crop
Method · 0.45
CalcParams
Method · 0.45
rotateAndFlip
Method · 0.45
scale
Method · 0.45
scaleOnLoad
Method · 0.45
Calls
1
GetInt
Method · 0.45
Tested by
no test coverage detected