pxm v0.1.0 PXM.Image View Source

Defines an Image structure.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %{
  code: String.t(),
  height: integer(),
  pixel_limit: integer(),
  pixels: Stream.t([pixel()]),
  width: integer()
}