Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ MinWidth
Method
MinWidth
processing/options.go:41–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(po ProcessingOptions) MinWidth() int {
42
return
po.GetInt(keys.MinWidth, 0)
43
}
44
45
func
(po ProcessingOptions) MinHeight() int {
46
return
po.GetInt(keys.MinHeight, 0)
Callers
1
calcScale
Method · 0.80
Calls
1
GetInt
Method · 0.45
Tested by
no test coverage detected