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

Method URLOptions

processing/colorspace_test.go:54–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (tc preserveHDRTestCase) URLOptions() string {
55 return fmt.Sprintf(
56 "resize:fill:%d:%d/enlarge:1/format:%s/preserve_hdr:%t",
57 colorspaceTestOutSize.width,
58 colorspaceTestOutSize.height,
59 tc.outFormat,
60 tc.preserveHDR,
61 )
62}
63
64func (s *ColorspaceTestSuite) SetupSubTest() {
65 s.ResetLazyObjects()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected