daffodil.transform.flip

Members

Functions

flip
void flip(Image!V image)

Flip `image` along `axis` in-place. `axis` may contain `x`, `y` or both.

flipped
auto flipped(const Image!V image)

Same as :d:func:flip but performs the operation on a copy of `image`. Allows for stringing operations together.

Meta