Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ CropWidth
Method
CropWidth
processing/options.go:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
}
108
109
func
(po ProcessingOptions) CropWidth() float64 {
110
return
po.GetFloat(keys.CropWidth, 0.0)
111
}
112
113
func
(po ProcessingOptions) CropHeight() float64 {
114
return
po.GetFloat(keys.CropHeight, 0.0)
Callers
1
CalcParams
Method · 0.80
Calls
1
GetFloat
Method · 0.80
Tested by
no test coverage detected