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

Method ExtendAspectRatioGravity

processing/options.go:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87}
88
89func (po ProcessingOptions) ExtendAspectRatioGravity() GravityOptions {
90 return NewGravityOptions(po.Options, keys.ExtendAspectRatioGravity, GravityCenter)
91}
92
93func (po ProcessingOptions) Rotate() int {
94 return po.GetInt(keys.Rotate, 0)

Callers 1

extendAspectRatioMethod · 0.80

Calls 1

NewGravityOptionsFunction · 0.85

Tested by

no test coverage detected