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

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