# `Image.Plug.Pipeline.Ops.Orientation`
[🔗](https://github.com/elixir-image/image_plug/blob/v0.1.0/lib/image/plug/pipeline/ops/orientation.ex#L1)

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`.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
