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

Method Enlarge

processing/options.go:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69func (po ProcessingOptions) Enlarge() bool {
70 return po.GetBool(keys.Enlarge, false)
71}
72
73func (po ProcessingOptions) Gravity() GravityOptions {
74 return NewGravityOptions(po.Options, keys.Gravity, GravityCenter)

Callers 2

calcScaleMethod · 0.80
calcSizesMethod · 0.80

Calls 1

GetBoolMethod · 0.80

Tested by

no test coverage detected