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

Method MinHeight

processing/options.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (po ProcessingOptions) MinHeight() int {
46 return po.GetInt(keys.MinHeight, 0)
47}
48
49func (po ProcessingOptions) ResizingType() ResizeType {
50 return options.Get(po.Options, keys.ResizingType, ResizeFit)

Callers 1

calcScaleMethod · 0.80

Calls 1

GetIntMethod · 0.45

Tested by

no test coverage detected