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

Method Sharpen

processing/options.go:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167}
168
169func (po ProcessingOptions) Sharpen() float64 {
170 return po.GetFloat(keys.Sharpen, 0.0)
171}
172
173func (po ProcessingOptions) Pixelate() int {
174 return po.GetInt(keys.Pixelate, 1)

Callers 1

applyFiltersMethod · 0.80

Calls 1

GetFloatMethod · 0.80

Tested by

no test coverage detected