| 12 | ) |
| 13 | |
| 14 | type watermarkTestCase struct { |
| 15 | sourceFile string |
| 16 | position processing.GravityType |
| 17 | opacity float64 |
| 18 | xOffset float64 |
| 19 | yOffset float64 |
| 20 | scale float64 |
| 21 | dpr float64 |
| 22 | format imagetype.Type |
| 23 | } |
| 24 | |
| 25 | func (w watermarkTestCase) ImagePath() string { |
| 26 | return w.sourceFile |
nothing calls this directly
no outgoing calls
no test coverage detected