| 17 | var colorspaceTestOutSize = testSize{100, 100} |
| 18 | |
| 19 | type colorspaceTestCase struct { |
| 20 | name string |
| 21 | sourceFile string |
| 22 | watermarkFile string |
| 23 | outFormat imagetype.Type |
| 24 | } |
| 25 | |
| 26 | func (tc colorspaceTestCase) ImagePath() string { |
| 27 | return tc.sourceFile |
nothing calls this directly
no outgoing calls
no test coverage detected