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

Struct flattenTestCase

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

Source from the content-addressed store, hash-verified

17var flattenTestOutSize = testSize{500, 500}
18
19type flattenTestCase struct {
20 name string
21 sourceFile string
22 background *color.RGB
23 format imagetype.Type
24}
25
26func (c flattenTestCase) ImagePath() string {
27 return c.sourceFile

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected