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

Struct extendTestCase

processing/extend_test.go:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type extendTestCase struct {
18 gravity processing.GravityType
19 size testSize
20 xOffset float64
21 yOffset float64
22 dpr float64
23}
24
25func (e extendTestCase) ImagePath() string {
26 return "geometry.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected