Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ EnforceJxl
Method
EnforceJxl
processing/options.go:197–199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
195
}
196
197
func
(po ProcessingOptions) EnforceJxl() bool {
198
return
po.GetBool(keys.EnforceJxl, false)
199
}
200
201
func
(po ProcessingOptions) TrimEnabled() bool {
202
return
po.Has(keys.TrimThreshold)
Callers
1
determineOutputFormat
Method · 0.80
Calls
1
GetBool
Method · 0.80
Tested by
no test coverage detected