Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
func
(po ProcessingOptions) Sharpen() float64 {
170
return
po.GetFloat(keys.Sharpen, 0.0)
171
}
172
173
func
(po ProcessingOptions) Pixelate() int {
174
return
po.GetInt(keys.Pixelate, 1)
Callers
1
applyFilters
Method · 0.80
Calls
1
GetFloat
Method · 0.80
Tested by
no test coverage detected