|
pngz
easy png io library that converts all images into 8 bit RGBA.
|
easy png structure. More...
#include <pngz.h>

Data Fields | |
| char * | path |
| default path to load from and save to | |
| unsigned | height |
| png height in pixels (Y domain) | |
| unsigned | width |
| png width in pixels (X domain) | |
| pixel ** | pixels |
| [height][width] pixel buffer (Y, X) | |
easy png structure.
always contains RGBA8 color (0x0 - 0xFFFFFF). pixel buffer is [height][width] pixels ([rows][cols])