My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
LodePNG_InfoPng Struct Reference

#include <lodepng.h>

Public Attributes

unsigned width
 
unsigned height
 
unsigned compressionMethod
 
unsigned filterMethod
 
unsigned interlaceMethod
 
LodePNG_InfoColor color
 

Detailed Description

Definition at line 217 of file lodepng.h.

Member Data Documentation

LodePNG_InfoColor LodePNG_InfoPng::color
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().


The documentation for this struct was generated from the following file: