FreeRDP
LodePNGCompressSettings Struct Reference

#include <lodepng.h>

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

Field Documentation

◆ btype

unsigned LodePNGCompressSettings::btype

◆ custom_context

const void* LodePNGCompressSettings::custom_context

◆ custom_deflate

unsigned(* LodePNGCompressSettings::custom_deflate) (unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGCompressSettings *)

◆ custom_zlib

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

◆ lazymatching

unsigned LodePNGCompressSettings::lazymatching

◆ minmatch

unsigned LodePNGCompressSettings::minmatch

◆ nicematch

unsigned LodePNGCompressSettings::nicematch

◆ use_lz77

unsigned LodePNGCompressSettings::use_lz77

◆ windowsize

unsigned LodePNGCompressSettings::windowsize

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