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

Struct sizeTestCase

processing/processing_test.go:18–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type sizeTestCase struct {
19 limit int
20 width int
21 height int
22 resizingType processing.ResizeType
23 enlarge bool
24 extend bool
25 extendAR bool
26 paddingTop int
27 paddingRight int
28 paddingBottom int
29 paddingLeft int
30 rotate int
31}
32
33func (r sizeTestCase) ImagePath() string {
34 return "geometry.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected