Flip `image` along `axis` in-place. `axis` may contain `x`, `y` or both.
Same as :d:func:flip but performs the operation on a copy of `image`. Allows for stringing operations together.
See Source File