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

Copy Markdown View Source

EXIF orientation override. :value is an integer in 1..8 per the EXIF orientation enumeration; the interpreter calls Image.set_orientation/2 to write the metadata field without rotating the underlying pixels. Maps to imgix's or=N.

Summary

Types

t()

@type t() :: %Image.Plug.Pipeline.Ops.Orientation{value: 1..8}