Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
func
(po ProcessingOptions) Blur() float64 {
166
return
po.GetFloat(keys.Blur, 0.0)
167
}
168
169
func
(po ProcessingOptions) Sharpen() float64 {
170
return
po.GetFloat(keys.Sharpen, 0.0)
Callers
1
applyFilters
Method · 0.80
Calls
1
GetFloat
Method · 0.80
Tested by
no test coverage detected