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

Struct cropTestCase

processing/crop_test.go:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76type cropTestCase struct {
77 gravity processing.GravityType
78 cropGravity processing.GravityType
79 cropSize testSize
80 xOffset float64
81 yOffset float64
82 dpr float64
83}
84
85func (c cropTestCase) ImagePath() string {
86 return "geometry.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected