MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / PreferAvif

Method PreferAvif

processing/options.go:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179}
180
181func (po ProcessingOptions) PreferAvif() bool {
182 return po.GetBool(keys.PreferAvif, false)
183}
184
185func (po ProcessingOptions) PreferJxl() bool {
186 return po.GetBool(keys.PreferJxl, false)

Callers 1

determineOutputFormatMethod · 0.80

Calls 1

GetBoolMethod · 0.80

Tested by

no test coverage detected