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

Rounded-corners mask operation. `:radius` is the corner
radius in pixels. The atom `:max` produces a fully circular /
pill-shaped result (radius = half the shorter dimension).
Maps to Cloudinary's `r_<n>` and `r_max`.

# `t`

```elixir
@type t() :: %Image.Plug.Pipeline.Ops.Rounded{radius: pos_integer() | :max}
```

---

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