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

Struct paddingTestCase

processing/padding_test.go:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type paddingTestCase struct {
16 dpr float64
17 paddingTop int
18 paddingRight int
19 paddingBottom int
20 paddingLeft int
21}
22
23func (r paddingTestCase) ImagePath() string {
24 return "geometry.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected