Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ PreferWebP
Method
PreferWebP
processing/options.go:177–179 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
func
(po ProcessingOptions) PreferWebP() bool {
178
return
po.GetBool(keys.PreferWebP, false)
179
}
180
181
func
(po ProcessingOptions) PreferAvif() bool {
182
return
po.GetBool(keys.PreferAvif, false)
Callers
1
determineOutputFormat
Method · 0.80
Calls
1
GetBool
Method · 0.80
Tested by
no test coverage detected