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

Method Blur

processing/options.go:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163}
164
165func (po ProcessingOptions) Blur() float64 {
166 return po.GetFloat(keys.Blur, 0.0)
167}
168
169func (po ProcessingOptions) Sharpen() float64 {
170 return po.GetFloat(keys.Sharpen, 0.0)

Callers 1

applyFiltersMethod · 0.80

Calls 1

GetFloatMethod · 0.80

Tested by

no test coverage detected