Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ Pixelate
Method
Pixelate
processing/options.go:173–175 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
}
172
173
func
(po ProcessingOptions) Pixelate() int {
174
return
po.GetInt(keys.Pixelate, 1)
175
}
176
177
func
(po ProcessingOptions) PreferWebP() bool {
178
return
po.GetBool(keys.PreferWebP, false)
Callers
1
applyFilters
Method · 0.80
Calls
1
GetInt
Method · 0.45
Tested by
no test coverage detected