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

Method CropWidth

processing/options.go:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (po ProcessingOptions) CropWidth() float64 {
110 return po.GetFloat(keys.CropWidth, 0.0)
111}
112
113func (po ProcessingOptions) CropHeight() float64 {
114 return po.GetFloat(keys.CropHeight, 0.0)

Callers 1

CalcParamsMethod · 0.80

Calls 1

GetFloatMethod · 0.80

Tested by

no test coverage detected