Flip operation. Mirrors the working image along one or both axes.
Summary
Types
@type direction() :: :horizontal | :vertical | :both
@type t() :: %Image.Plug.Pipeline.Ops.Flip{direction: direction()}
Flip operation. Mirrors the working image along one or both axes.
@type direction() :: :horizontal | :vertical | :both
@type t() :: %Image.Plug.Pipeline.Ops.Flip{direction: direction()}