(tc testCase[colorspaceTestCase])
| 66 | } |
| 67 | |
| 68 | func (s *ColorspaceTestSuite) runTestCase(tc testCase[colorspaceTestCase]) { |
| 69 | if tc.opts.watermarkFile != "" { |
| 70 | s.Config().WatermarkImage.Path = s.TestData.Path(tc.opts.watermarkFile) |
| 71 | } |
| 72 | |
| 73 | s.processImageAndCheck(tc) |
| 74 | } |
| 75 | |
| 76 | func (s *ColorspaceTestSuite) TestColorspace() { |
| 77 | testCases := []testCase[colorspaceTestCase]{ |
no test coverage detected