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

Method CropGravity

processing/options.go:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115}
116
117func (po ProcessingOptions) CropGravity() GravityOptions {
118 return NewGravityOptions(po.Options, keys.CropGravity, GravityUnknown)
119}
120
121func (po ProcessingOptions) Format() imagetype.Type {
122 return options.Get(po.Main(), keys.Format, imagetype.Unknown)

Callers 1

newContextMethod · 0.80

Calls 1

NewGravityOptionsFunction · 0.85

Tested by

no test coverage detected