Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
func
(po ProcessingOptions) DisableTrim() {
206
po.Delete(keys.TrimThreshold)
207
}
208
209
func
(po ProcessingOptions) TrimThreshold() float64 {
210
return
po.GetFloat(keys.TrimThreshold, 10.0)
Callers
1
transformAnimated
Method · 0.80
Calls
1
Delete
Method · 0.45
Tested by
no test coverage detected