lab_intro
Ineluctable Introduction
LodePNGCompressSettings Struct Reference

#include "lodepng.h"

Public Attributes

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

Member Data Documentation

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

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