Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ Enlarge
Method
Enlarge
processing/options.go:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
func
(po ProcessingOptions) Enlarge() bool {
70
return
po.GetBool(keys.Enlarge, false)
71
}
72
73
func
(po ProcessingOptions) Gravity() GravityOptions {
74
return
NewGravityOptions(po.Options, keys.Gravity, GravityCenter)
Callers
2
calcScale
Method · 0.80
calcSizes
Method · 0.80
Calls
1
GetBool
Method · 0.80
Tested by
no test coverage detected