SST/macro
Public Attributes | List of all members
LodePNGCompressSettings Struct Reference

#include <lodepng.h>

Collaboration diagram for LodePNGCompressSettings:
Collaboration graph

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

Detailed Description

Definition at line 275 of file lodepng.h.

Member Data Documentation

unsigned LodePNGCompressSettings::btype

Definition at line 277 of file lodepng.h.

void* LodePNGCompressSettings::custom_context

Definition at line 295 of file lodepng.h.

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

Definition at line 291 of file lodepng.h.

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

Definition at line 285 of file lodepng.h.

unsigned LodePNGCompressSettings::lazymatching

Definition at line 282 of file lodepng.h.

unsigned LodePNGCompressSettings::minmatch

Definition at line 280 of file lodepng.h.

unsigned LodePNGCompressSettings::nicematch

Definition at line 281 of file lodepng.h.

unsigned LodePNGCompressSettings::use_lz77

Definition at line 278 of file lodepng.h.

unsigned LodePNGCompressSettings::windowsize

Definition at line 279 of file lodepng.h.


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