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

Method ZoomWidth

processing/options.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (po ProcessingOptions) ZoomWidth() float64 {
54 return po.GetFloat(keys.ZoomWidth, 1.0)
55}
56
57func (po ProcessingOptions) ZoomHeight() float64 {
58 return po.GetFloat(keys.ZoomHeight, 1.0)

Callers 2

calcScaleMethod · 0.80
calcSizesMethod · 0.80

Calls 1

GetFloatMethod · 0.80

Tested by

no test coverage detected