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

TypeAlias GravityType

processing/gravity_type.go:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type GravityType int
6
7func (gt GravityType) String() string {
8 for k, v := range GravityTypes {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected