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

Method URLOptions

processing/padding_test.go:27–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (r paddingTestCase) URLOptions() string {
28 return fmt.Sprintf(
29 "dpr:%f/padding:%d:%d:%d:%d/background:f00/enlarge:1", // enlarge:1 for dpr > 1
30 r.dpr,
31 r.paddingTop,
32 r.paddingRight,
33 r.paddingBottom,
34 r.paddingLeft,
35 )
36}
37
38func (r paddingTestCase) String() string {
39 var b bytes.Buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected