pixels v0.1.0 Pixels View Source
Elixir module to decode pixel data from image files.
Currently only PNG files are supported.
Link to this section Summary
Link to this section Types
The main struct for the image data.
Contains fields width
, height
, and data
; data
is a binary
which contains the decoded RGBA data for the image.
Link to this section Functions
Decode a PNG image from raw binary input data
Decode a PNG image from a file