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

Copy Markdown View Source

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.

Summary

Types

t()

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