OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
LodePNGDecoderSettings Struct Reference

#include <lodepng.h>

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 758 of file lodepng.h.

Field Documentation

◆ color_convert

unsigned LodePNGDecoderSettings::color_convert

Definition at line 770 of file lodepng.h.

◆ ignore_crc

unsigned LodePNGDecoderSettings::ignore_crc

Definition at line 762 of file lodepng.h.

◆ ignore_critical

unsigned LodePNGDecoderSettings::ignore_critical

Definition at line 763 of file lodepng.h.

◆ ignore_end

unsigned LodePNGDecoderSettings::ignore_end

Definition at line 764 of file lodepng.h.

◆ max_icc_size

size_t LodePNGDecoderSettings::max_icc_size

Definition at line 786 of file lodepng.h.

◆ max_text_size

size_t LodePNGDecoderSettings::max_text_size

Definition at line 781 of file lodepng.h.

◆ read_text_chunks

unsigned LodePNGDecoderSettings::read_text_chunks

Definition at line 773 of file lodepng.h.

◆ remember_unknown_chunks

unsigned LodePNGDecoderSettings::remember_unknown_chunks

Definition at line 776 of file lodepng.h.

◆ zlibsettings

LodePNGDecompressSettings LodePNGDecoderSettings::zlibsettings

Definition at line 759 of file lodepng.h.


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