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

Copy Markdown View Source

Tonal-quantisation operation. :levels in 2..256 is the number of distinct values per band. Maps to Cloudinary's e_cartoonify[:level_count] (level_count defaults to 5).

Summary

Types

t()

@type t() :: %Image.Plug.Pipeline.Ops.Posterize{levels: pos_integer()}