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

Method Rotate

processing/options.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (po ProcessingOptions) Rotate() int {
94 return po.GetInt(keys.Rotate, 0)
95}
96
97func (po ProcessingOptions) FlipHorizontal() bool {
98 return po.GetBool(keys.FlipHorizontal, false)

Callers 5

cropMethod · 0.45
CalcParamsMethod · 0.45
rotateAndFlipMethod · 0.45
scaleMethod · 0.45
scaleOnLoadMethod · 0.45

Calls 1

GetIntMethod · 0.45

Tested by

no test coverage detected