MLX42 1.0
MLX42
Loading...
Searching...
No Matches
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
 

Detailed Description

Definition at line 351 of file lodepng.h.

Field Documentation

◆ btype

unsigned LodePNGCompressSettings::btype

Definition at line 353 of file lodepng.h.

◆ custom_context

const void* LodePNGCompressSettings::custom_context

Definition at line 371 of file lodepng.h.

◆ custom_deflate

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

Definition at line 367 of file lodepng.h.

◆ custom_zlib

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

Definition at line 361 of file lodepng.h.

◆ lazymatching

unsigned LodePNGCompressSettings::lazymatching

Definition at line 358 of file lodepng.h.

◆ minmatch

unsigned LodePNGCompressSettings::minmatch

Definition at line 356 of file lodepng.h.

◆ nicematch

unsigned LodePNGCompressSettings::nicematch

Definition at line 357 of file lodepng.h.

◆ use_lz77

unsigned LodePNGCompressSettings::use_lz77

Definition at line 354 of file lodepng.h.

◆ windowsize

unsigned LodePNGCompressSettings::windowsize

Definition at line 355 of file lodepng.h.


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