My Project
|
#include <lodepng.h>
Public Attributes | |
LodePNG_EncodeSettings | settings |
LodePNG_InfoPng | infoPng |
LodePNG_InfoRaw | infoRaw |
unsigned | error |
unsigned LodePNG_Encoder::error |
Definition at line 343 of file lodepng.h.
Referenced by LodePNG_encode(), LodePNG_encode32(), LodePNG_Encoder_copy(), and LodePNG_Encoder_init().
LodePNG_InfoPng LodePNG_Encoder::infoPng |
Definition at line 341 of file lodepng.h.
Referenced by LodePNG_encode(), LodePNG_Encoder_cleanup(), LodePNG_Encoder_copy(), LodePNG_Encoder_init(), Image::save(), and ColoredImage::save().
LodePNG_InfoRaw LodePNG_Encoder::infoRaw |
Definition at line 342 of file lodepng.h.
Referenced by LodePNG_encode(), LodePNG_Encoder_cleanup(), LodePNG_Encoder_copy(), LodePNG_Encoder_init(), Image::save(), and ColoredImage::save().
LodePNG_EncodeSettings LodePNG_Encoder::settings |
Definition at line 340 of file lodepng.h.
Referenced by LodePNG_encode(), and LodePNG_Encoder_init().