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

Struct colorspaceTestCase

processing/colorspace_test.go:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17var colorspaceTestOutSize = testSize{100, 100}
18
19type colorspaceTestCase struct {
20 name string
21 sourceFile string
22 watermarkFile string
23 outFormat imagetype.Type
24}
25
26func (tc colorspaceTestCase) ImagePath() string {
27 return tc.sourceFile

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected