MCPcopy 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
173func (po ProcessingOptions) Pixelate() int {
174 return po.GetInt(keys.Pixelate, 1)
175}
176
177func (po ProcessingOptions) PreferWebP() bool {
178 return po.GetBool(keys.PreferWebP, false)

Callers 1

applyFiltersMethod · 0.80

Calls 1

GetIntMethod · 0.45

Tested by

no test coverage detected