flipΒΆ

module daffodil.transform.flip
void flip(string axis, V)(Image!V image)

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

auto flipped(string axis, V)(const Image!V image)

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