# `Image.Options.Rotate`
[🔗](https://github.com/elixir-image/image/blob/v0.65.0/lib/image/options/rotate.ex#L1)

Options and option validation for `Image.rotate/3`.

# `rotation_options`

```elixir
@type rotation_options() :: [
  idy: float(),
  idx: float(),
  ody: float(),
  odx: float(),
  background: Image.pixel()
]
```

The options applicable to rotating an
image.

# `validate_options`

Validate the options for `Image.rotate/3`.

See `t:Image.Options.Rotate.rotation_options/0`.

---

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