My Project
|
#include <lodepng.h>
Public Attributes | |
unsigned | width |
unsigned | height |
unsigned | compressionMethod |
unsigned | filterMethod |
unsigned | interlaceMethod |
LodePNG_InfoColor | color |
LodePNG_InfoColor LodePNG_InfoPng::color |
Definition at line 225 of file lodepng.h.
Referenced by LodePNG_encode(), LodePNG_InfoPng_cleanup(), LodePNG_InfoPng_copy(), LodePNG_InfoPng_init(), preProcessScanlines(), Image::save(), and ColoredImage::save().
unsigned LodePNG_InfoPng::compressionMethod |
Definition at line 222 of file lodepng.h.
Referenced by LodePNG_InfoPng_init().
unsigned LodePNG_InfoPng::filterMethod |
Definition at line 223 of file lodepng.h.
Referenced by LodePNG_InfoPng_init().
unsigned LodePNG_InfoPng::height |
Definition at line 221 of file lodepng.h.
Referenced by LodePNG_encode(), LodePNG_InfoPng_init(), and preProcessScanlines().
unsigned LodePNG_InfoPng::interlaceMethod |
Definition at line 224 of file lodepng.h.
Referenced by LodePNG_encode(), LodePNG_InfoPng_init(), and preProcessScanlines().
unsigned LodePNG_InfoPng::width |
Definition at line 220 of file lodepng.h.
Referenced by LodePNG_encode(), LodePNG_InfoPng_init(), and preProcessScanlines().