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

Method DisableTrim

processing/options.go:205–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

203}
204
205func (po ProcessingOptions) DisableTrim() {
206 po.Delete(keys.TrimThreshold)
207}
208
209func (po ProcessingOptions) TrimThreshold() float64 {
210 return po.GetFloat(keys.TrimThreshold, 10.0)

Callers 1

transformAnimatedMethod · 0.80

Calls 1

DeleteMethod · 0.45

Tested by

no test coverage detected