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

#include <lodepng.h>

Collaboration diagram for LodePNGDecompressSettings:
Collaboration graph

Data Fields

unsigned ignore_adler32
 
unsigned ignore_nlen
 
size_t max_output_size
 
unsigned(* custom_zlib )(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)
 
unsigned(* custom_inflate )(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)
 
const voidcustom_context
 

Detailed Description

Definition at line 314 of file lodepng.h.

Field Documentation

◆ custom_context

const void* LodePNGDecompressSettings::custom_context

Definition at line 338 of file lodepng.h.

◆ custom_inflate

unsigned(* LodePNGDecompressSettings::custom_inflate) (unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)

Definition at line 334 of file lodepng.h.

◆ custom_zlib

unsigned(* LodePNGDecompressSettings::custom_zlib) (unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)

Definition at line 328 of file lodepng.h.

◆ ignore_adler32

unsigned LodePNGDecompressSettings::ignore_adler32

Definition at line 316 of file lodepng.h.

◆ ignore_nlen

unsigned LodePNGDecompressSettings::ignore_nlen

Definition at line 317 of file lodepng.h.

◆ max_output_size

size_t LodePNGDecompressSettings::max_output_size

Definition at line 324 of file lodepng.h.


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