View Source Thumbelina.Image (Thumbelina v0.0.1)
An image struct serialised in rust.
Link to this section Summary
Link to this section Types
@type t() :: %Thumbelina.Image{ bytes: [byte()], extension: :png | :svg | :jpeg, height: non_neg_integer() | 0, path: String.t(), source: :disk | :in_memory, width: non_neg_integer() | 0 }