MCPcopy 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
197func (po ProcessingOptions) EnforceJxl() bool {
198 return po.GetBool(keys.EnforceJxl, false)
199}
200
201func (po ProcessingOptions) TrimEnabled() bool {
202 return po.Has(keys.TrimThreshold)

Callers 1

determineOutputFormatMethod · 0.80

Calls 1

GetBoolMethod · 0.80

Tested by

no test coverage detected