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

Options and option validation for `Image.local_contrast/2`.

# `local_contrast_option`

```elixir
@type local_contrast_option() ::
  {:window_size, pos_integer()} | {:max_slope, non_neg_integer()}
```

Options applicable to `Image.local_contrast/2`.

# `local_contrast_options`

```elixir
@type local_contrast_options() :: [local_contrast_option()] | map()
```

Options list or map for `Image.local_contrast/2`.

# `validate_options`

Validate the options for `Image.local_contrast/2`.

---

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