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

Struct trimTestCase

processing/trim_test.go:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type trimTestCase struct {
20 sourceFile string
21 threshold int
22 color *color.RGB
23 equalHor bool
24 equalVer bool
25}
26
27func (r trimTestCase) ImagePath() string {
28 return r.sourceFile

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected