MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / PaddingLeft

Method PaddingLeft

processing/options.go:161–163  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159}
160
161func (po ProcessingOptions) PaddingLeft() int {
162 return po.GetInt(keys.PaddingLeft, 0)
163}
164
165func (po ProcessingOptions) Blur() float64 {
166 return po.GetFloat(keys.Blur, 0.0)

Callers 3

PaddingEnabledMethod · 0.95
limitScaleMethod · 0.80
paddingMethod · 0.80

Calls 1

GetIntMethod · 0.45

Tested by

no test coverage detected