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