ExPng.Image.Decoding (ExPng v1.0.0)

Utility module containing functions necessary for decoding a PNG image file into an ExPng.Image.

Link to this section Summary

Functions

Converts a RawData struct into an Image struct.

Link to this section Functions

Link to this function

from_raw_data(data)

Specs

from_raw_data(ExPng.RawData.t()) :: ExPng.Image.t()

Converts a RawData struct into an Image struct.

Link to this function

unfilter(lines, pixel_size)