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

Method ExtendEnabled

processing/options.go:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (po ProcessingOptions) ExtendEnabled() bool {
78 return po.GetBool(keys.ExtendEnabled, false)
79}
80
81func (po ProcessingOptions) ExtendGravity() GravityOptions {
82 return NewGravityOptions(po.Options, keys.ExtendGravity, GravityCenter)

Callers 4

extendMethod · 0.80
calcScaleMethod · 0.80
limitScaleMethod · 0.80
determineOutputFormatMethod · 0.80

Calls 1

GetBoolMethod · 0.80

Tested by

no test coverage detected