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

Method PreserveHDR

processing/options.go:257–259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

255}
256
257func (po ProcessingOptions) PreserveHDR() bool {
258 return po.Main().GetBool(keys.PreserveHDR, po.config.PreserveHDR)
259}
260
261// Quality retrieves the quality setting for a given image format.
262// It first checks for a general quality setting, then for a format-specific setting,

Callers 1

Calls 2

GetBoolMethod · 0.80
MainMethod · 0.80

Tested by

no test coverage detected