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

Method FlipVertical

processing/options.go:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99}
100
101func (po ProcessingOptions) FlipVertical() bool {
102 return po.GetBool(keys.FlipVertical, false)
103}
104
105func (po ProcessingOptions) AutoRotate() bool {
106 return po.GetBool(keys.AutoRotate, po.config.AutoRotate)

Callers 2

cropMethod · 0.45
rotateAndFlipMethod · 0.45

Calls 1

GetBoolMethod · 0.80

Tested by

no test coverage detected