MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / watermarkTestCase

Struct watermarkTestCase

processing/watermark_test.go:14–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type 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
25func (w watermarkTestCase) ImagePath() string {
26 return w.sourceFile

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected