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