Image.Plug.Pipeline.Ops.Flip (image_plug v0.1.0)

Copy Markdown View Source

Flip operation. Mirrors the working image along one or both axes.

Summary

Types

direction()

@type direction() :: :horizontal | :vertical | :both

t()

@type t() :: %Image.Plug.Pipeline.Ops.Flip{direction: direction()}