Ylva And Malin
Data Fields
LodePNGCompressSettings Struct Reference

#include <lodepng.h>

Collaboration diagram for LodePNGCompressSettings:
Collaboration graph

Data Fields

unsigned btype
 
unsigned use_lz77
 
unsigned windowsize
 
unsigned minmatch
 
unsigned nicematch
 
unsigned lazymatching
 
unsigned(* custom_zlib )(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGCompressSettings *)
 
unsigned(* custom_deflate )(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGCompressSettings *)
 
const voidcustom_context
 

Field Documentation

unsigned LodePNGCompressSettings::btype
const void * LodePNGCompressSettings::custom_context
unsigned(* LodePNGCompressSettings::custom_deflate)(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGCompressSettings *)
unsigned(* LodePNGCompressSettings::custom_zlib)(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGCompressSettings *)
unsigned LodePNGCompressSettings::lazymatching
unsigned LodePNGCompressSettings::minmatch
unsigned LodePNGCompressSettings::nicematch
unsigned LodePNGCompressSettings::use_lz77
unsigned LodePNGCompressSettings::windowsize

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