MLX42 1.0
MLX42
Loading...
Searching...
No Matches
LodePNGInfo Struct Reference

#include <lodepng.h>

Collaboration diagram for LodePNGInfo:
Collaboration graph

Data Fields

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 gama_defined
 
unsigned gama_gamma
 
unsigned chrm_defined
 
unsigned chrm_white_x
 
unsigned chrm_white_y
 
unsigned chrm_red_x
 
unsigned chrm_red_y
 
unsigned chrm_green_x
 
unsigned chrm_green_y
 
unsigned chrm_blue_x
 
unsigned chrm_blue_y
 
unsigned srgb_defined
 
unsigned srgb_intent
 
unsigned iccp_defined
 
chariccp_name
 
unsigned chariccp_profile
 
unsigned iccp_profile_size
 
unsigned sbit_defined
 
unsigned sbit_r
 
unsigned sbit_g
 
unsigned sbit_b
 
unsigned sbit_a
 
unsigned charunknown_chunks_data [3]
 
size_t unknown_chunks_size [3]
 

Detailed Description

Definition at line 477 of file lodepng.h.

Field Documentation

◆ background_b

unsigned LodePNGInfo::background_b

Definition at line 513 of file lodepng.h.

◆ background_defined

unsigned LodePNGInfo::background_defined

Definition at line 510 of file lodepng.h.

◆ background_g

unsigned LodePNGInfo::background_g

Definition at line 512 of file lodepng.h.

◆ background_r

unsigned LodePNGInfo::background_r

Definition at line 511 of file lodepng.h.

◆ chrm_blue_x

unsigned LodePNGInfo::chrm_blue_x

Definition at line 585 of file lodepng.h.

◆ chrm_blue_y

unsigned LodePNGInfo::chrm_blue_y

Definition at line 586 of file lodepng.h.

◆ chrm_defined

unsigned LodePNGInfo::chrm_defined

Definition at line 578 of file lodepng.h.

◆ chrm_green_x

unsigned LodePNGInfo::chrm_green_x

Definition at line 583 of file lodepng.h.

◆ chrm_green_y

unsigned LodePNGInfo::chrm_green_y

Definition at line 584 of file lodepng.h.

◆ chrm_red_x

unsigned LodePNGInfo::chrm_red_x

Definition at line 581 of file lodepng.h.

◆ chrm_red_y

unsigned LodePNGInfo::chrm_red_y

Definition at line 582 of file lodepng.h.

◆ chrm_white_x

unsigned LodePNGInfo::chrm_white_x

Definition at line 579 of file lodepng.h.

◆ chrm_white_y

unsigned LodePNGInfo::chrm_white_y

Definition at line 580 of file lodepng.h.

◆ color

LodePNGColorMode LodePNGInfo::color

Definition at line 482 of file lodepng.h.

◆ compression_method

unsigned LodePNGInfo::compression_method

Definition at line 479 of file lodepng.h.

◆ filter_method

unsigned LodePNGInfo::filter_method

Definition at line 480 of file lodepng.h.

◆ gama_defined

unsigned LodePNGInfo::gama_defined

Definition at line 574 of file lodepng.h.

◆ gama_gamma

unsigned LodePNGInfo::gama_gamma

Definition at line 575 of file lodepng.h.

◆ iccp_defined

unsigned LodePNGInfo::iccp_defined

Definition at line 617 of file lodepng.h.

◆ iccp_name

char* LodePNGInfo::iccp_name

Definition at line 618 of file lodepng.h.

◆ iccp_profile

unsigned char* LodePNGInfo::iccp_profile

Definition at line 624 of file lodepng.h.

◆ iccp_profile_size

unsigned LodePNGInfo::iccp_profile_size

Definition at line 625 of file lodepng.h.

◆ interlace_method

unsigned LodePNGInfo::interlace_method

Definition at line 481 of file lodepng.h.

◆ itext_keys

char** LodePNGInfo::itext_keys

Definition at line 548 of file lodepng.h.

◆ itext_langtags

char** LodePNGInfo::itext_langtags

Definition at line 549 of file lodepng.h.

◆ itext_num

size_t LodePNGInfo::itext_num

Definition at line 547 of file lodepng.h.

◆ itext_strings

char** LodePNGInfo::itext_strings

Definition at line 551 of file lodepng.h.

◆ itext_transkeys

char** LodePNGInfo::itext_transkeys

Definition at line 550 of file lodepng.h.

◆ phys_defined

unsigned LodePNGInfo::phys_defined

Definition at line 558 of file lodepng.h.

◆ phys_unit

unsigned LodePNGInfo::phys_unit

Definition at line 561 of file lodepng.h.

◆ phys_x

unsigned LodePNGInfo::phys_x

Definition at line 559 of file lodepng.h.

◆ phys_y

unsigned LodePNGInfo::phys_y

Definition at line 560 of file lodepng.h.

◆ sbit_a

unsigned LodePNGInfo::sbit_a

Definition at line 664 of file lodepng.h.

◆ sbit_b

unsigned LodePNGInfo::sbit_b

Definition at line 663 of file lodepng.h.

◆ sbit_defined

unsigned LodePNGInfo::sbit_defined

Definition at line 660 of file lodepng.h.

◆ sbit_g

unsigned LodePNGInfo::sbit_g

Definition at line 662 of file lodepng.h.

◆ sbit_r

unsigned LodePNGInfo::sbit_r

Definition at line 661 of file lodepng.h.

◆ srgb_defined

unsigned LodePNGInfo::srgb_defined

Definition at line 593 of file lodepng.h.

◆ srgb_intent

unsigned LodePNGInfo::srgb_intent

Definition at line 594 of file lodepng.h.

◆ text_keys

char** LodePNGInfo::text_keys

Definition at line 536 of file lodepng.h.

◆ text_num

size_t LodePNGInfo::text_num

Definition at line 535 of file lodepng.h.

◆ text_strings

char** LodePNGInfo::text_strings

Definition at line 537 of file lodepng.h.

◆ time

LodePNGTime LodePNGInfo::time

Definition at line 555 of file lodepng.h.

◆ time_defined

unsigned LodePNGInfo::time_defined

Definition at line 554 of file lodepng.h.

◆ unknown_chunks_data

unsigned char* LodePNGInfo::unknown_chunks_data[3]

Definition at line 686 of file lodepng.h.

◆ unknown_chunks_size

size_t LodePNGInfo::unknown_chunks_size[3]

Definition at line 687 of file lodepng.h.


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