OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
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
 

Detailed Description

Definition at line 379 of file lodepng.h.

Field Documentation

◆ btype

unsigned LodePNGCompressSettings::btype

Definition at line 381 of file lodepng.h.

◆ custom_context

const void* LodePNGCompressSettings::custom_context

Definition at line 399 of file lodepng.h.

◆ custom_deflate

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

Definition at line 395 of file lodepng.h.

◆ custom_zlib

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

Definition at line 389 of file lodepng.h.

◆ lazymatching

unsigned LodePNGCompressSettings::lazymatching

Definition at line 386 of file lodepng.h.

◆ minmatch

unsigned LodePNGCompressSettings::minmatch

Definition at line 384 of file lodepng.h.

◆ nicematch

unsigned LodePNGCompressSettings::nicematch

Definition at line 385 of file lodepng.h.

◆ use_lz77

unsigned LodePNGCompressSettings::use_lz77

Definition at line 382 of file lodepng.h.

◆ windowsize

unsigned LodePNGCompressSettings::windowsize

Definition at line 383 of file lodepng.h.


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