Photon 1.0.0
Loading...
Searching...
No Matches
LodePNGDecompressSettings Struct Reference

#include <lodepng.h>

Public Attributes

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 void * custom_context
 

Member Data Documentation

◆ custom_context

const void* LodePNGDecompressSettings::custom_context

◆ custom_inflate

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

◆ custom_zlib

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

◆ ignore_adler32

unsigned LodePNGDecompressSettings::ignore_adler32

◆ ignore_nlen

unsigned LodePNGDecompressSettings::ignore_nlen

◆ max_output_size

size_t LodePNGDecompressSettings::max_output_size

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