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