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

Struct GravityOptions

processing/gravity.go:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type GravityOptions struct {
60 Type GravityType
61 X, Y float64
62}
63
64// NewGravityOptions builds a new [GravityOptions] instance.
65// It fills the [GravityOptions] struct with the options values under the given prefix.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected