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

Struct preserveHDRTestCase

processing/colorspace_test.go:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type preserveHDRTestCase struct {
44 name string
45 sourceFile string
46 outFormat imagetype.Type
47 preserveHDR bool // URL option value
48}
49
50func (tc preserveHDRTestCase) ImagePath() string {
51 return tc.sourceFile

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected