Crate aci_png [] [src]

Aldaron's Codec Interface / PNG is a library developed by Plop Grizzly to encode(TODO) and decode png and apng(TODO) image files.

Structs

Graphic

A graphic (image)

Enums

GraphicDecodeErr

The errors that can be returned if decode() fails when loading graphics.

Functions

decode

Decode PNG data. On success, returns the png as a Graphic.

encode

Encode PNG data. Set alpha to true if you want to save the alpha channel.