SST/macro
Public Attributes | List of all members
LodePNGInfo Struct Reference

#include <lodepng.h>

Collaboration diagram for LodePNGInfo:
Collaboration graph

Public Attributes

unsigned compression_method
 
unsigned filter_method
 
unsigned interlace_method
 
LodePNGColorMode color
 
unsigned background_defined
 
unsigned background_r
 
unsigned background_g
 
unsigned background_b
 
size_t text_num
 
char ** text_keys
 
char ** text_strings
 
size_t itext_num
 
char ** itext_keys
 
char ** itext_langtags
 
char ** itext_transkeys
 
char ** itext_strings
 
unsigned time_defined
 
LodePNGTime time
 
unsigned phys_defined
 
unsigned phys_x
 
unsigned phys_y
 
unsigned phys_unit
 
unsigned char * unknown_chunks_data [3]
 
size_t unknown_chunks_size [3]
 

Detailed Description

Definition at line 399 of file lodepng.h.

Member Data Documentation

unsigned LodePNGInfo::background_b

Definition at line 422 of file lodepng.h.

unsigned LodePNGInfo::background_defined

Definition at line 419 of file lodepng.h.

unsigned LodePNGInfo::background_g

Definition at line 421 of file lodepng.h.

unsigned LodePNGInfo::background_r

Definition at line 420 of file lodepng.h.

LodePNGColorMode LodePNGInfo::color

Definition at line 405 of file lodepng.h.

unsigned LodePNGInfo::compression_method

Definition at line 401 of file lodepng.h.

unsigned LodePNGInfo::filter_method

Definition at line 402 of file lodepng.h.

unsigned LodePNGInfo::interlace_method

Definition at line 403 of file lodepng.h.

char** LodePNGInfo::itext_keys

Definition at line 447 of file lodepng.h.

char** LodePNGInfo::itext_langtags

Definition at line 448 of file lodepng.h.

size_t LodePNGInfo::itext_num

Definition at line 446 of file lodepng.h.

char** LodePNGInfo::itext_strings

Definition at line 450 of file lodepng.h.

char** LodePNGInfo::itext_transkeys

Definition at line 449 of file lodepng.h.

unsigned LodePNGInfo::phys_defined

Definition at line 457 of file lodepng.h.

unsigned LodePNGInfo::phys_unit

Definition at line 460 of file lodepng.h.

unsigned LodePNGInfo::phys_x

Definition at line 458 of file lodepng.h.

unsigned LodePNGInfo::phys_y

Definition at line 459 of file lodepng.h.

char** LodePNGInfo::text_keys

Definition at line 438 of file lodepng.h.

size_t LodePNGInfo::text_num

Definition at line 437 of file lodepng.h.

char** LodePNGInfo::text_strings

Definition at line 439 of file lodepng.h.

LodePNGTime LodePNGInfo::time

Definition at line 454 of file lodepng.h.

unsigned LodePNGInfo::time_defined

Definition at line 453 of file lodepng.h.

unsigned char* LodePNGInfo::unknown_chunks_data[3]

Definition at line 471 of file lodepng.h.

size_t LodePNGInfo::unknown_chunks_size[3]

Definition at line 472 of file lodepng.h.


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