Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ PaddingBottom
Method
PaddingBottom
processing/options.go:157–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
func
(po ProcessingOptions) PaddingBottom() int {
158
return
po.GetInt(keys.PaddingBottom, 0)
159
}
160
161
func
(po ProcessingOptions) PaddingLeft() int {
162
return
po.GetInt(keys.PaddingLeft, 0)
Callers
3
PaddingEnabled
Method · 0.95
limitScale
Method · 0.80
padding
Method · 0.80
Calls
1
GetInt
Method · 0.45
Tested by
no test coverage detected