Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ ZoomHeight
Method
ZoomHeight
processing/options.go:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
func
(po ProcessingOptions) ZoomHeight() float64 {
58
return
po.GetFloat(keys.ZoomHeight, 1.0)
59
}
60
61
func
(po ProcessingOptions) DPR() float64 {
62
return
po.GetFloat(keys.Dpr, 1.0)
Callers
2
calcScale
Method · 0.80
calcSizes
Method · 0.80
Calls
1
GetFloat
Method · 0.80
Tested by
no test coverage detected