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

Method MinWidth

processing/options.go:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (po ProcessingOptions) MinWidth() int {
42 return po.GetInt(keys.MinWidth, 0)
43}
44
45func (po ProcessingOptions) MinHeight() int {
46 return po.GetInt(keys.MinHeight, 0)

Callers 1

calcScaleMethod · 0.80

Calls 1

GetIntMethod · 0.45

Tested by

no test coverage detected