Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ PreferJxl
Method
PreferJxl
processing/options.go:185–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
}
184
185
func
(po ProcessingOptions) PreferJxl() bool {
186
return
po.GetBool(keys.PreferJxl, false)
187
}
188
189
func
(po ProcessingOptions) EnforceWebP() bool {
190
return
po.GetBool(keys.EnforceWebP, false)
Callers
1
determineOutputFormat
Method · 0.80
Calls
1
GetBool
Method · 0.80
Tested by
no test coverage detected