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

#include <lodepng.h>

Collaboration diagram for LodePNGDecoderSettings:
Collaboration graph

Data Fields

LodePNGDecompressSettings zlibsettings
 
unsigned ignore_crc
 
unsigned ignore_critical
 
unsigned ignore_end
 
unsigned color_convert
 
unsigned read_text_chunks
 
unsigned remember_unknown_chunks
 
size_t max_text_size
 
size_t max_icc_size
 

Detailed Description

Definition at line 730 of file lodepng.h.

Field Documentation

◆ color_convert

unsigned LodePNGDecoderSettings::color_convert

Definition at line 742 of file lodepng.h.

◆ ignore_crc

unsigned LodePNGDecoderSettings::ignore_crc

Definition at line 734 of file lodepng.h.

◆ ignore_critical

unsigned LodePNGDecoderSettings::ignore_critical

Definition at line 735 of file lodepng.h.

◆ ignore_end

unsigned LodePNGDecoderSettings::ignore_end

Definition at line 736 of file lodepng.h.

◆ max_icc_size

size_t LodePNGDecoderSettings::max_icc_size

Definition at line 758 of file lodepng.h.

◆ max_text_size

size_t LodePNGDecoderSettings::max_text_size

Definition at line 753 of file lodepng.h.

◆ read_text_chunks

unsigned LodePNGDecoderSettings::read_text_chunks

Definition at line 745 of file lodepng.h.

◆ remember_unknown_chunks

unsigned LodePNGDecoderSettings::remember_unknown_chunks

Definition at line 748 of file lodepng.h.

◆ zlibsettings

LodePNGDecompressSettings LodePNGDecoderSettings::zlibsettings

Definition at line 731 of file lodepng.h.


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