| 41 | } |
| 42 | |
| 43 | type preserveHDRTestCase struct { |
| 44 | name string |
| 45 | sourceFile string |
| 46 | outFormat imagetype.Type |
| 47 | preserveHDR bool // URL option value |
| 48 | } |
| 49 | |
| 50 | func (tc preserveHDRTestCase) ImagePath() string { |
| 51 | return tc.sourceFile |
nothing calls this directly
no outgoing calls
no test coverage detected