()
| 52 | } |
| 53 | |
| 54 | func (tc preserveHDRTestCase) URLOptions() string { |
| 55 | return fmt.Sprintf( |
| 56 | "resize:fill:%d:%d/enlarge:1/format:%s/preserve_hdr:%t", |
| 57 | colorspaceTestOutSize.width, |
| 58 | colorspaceTestOutSize.height, |
| 59 | tc.outFormat, |
| 60 | tc.preserveHDR, |
| 61 | ) |
| 62 | } |
| 63 | |
| 64 | func (s *ColorspaceTestSuite) SetupSubTest() { |
| 65 | s.ResetLazyObjects() |
nothing calls this directly
no outgoing calls
no test coverage detected