Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lvandeve/lodepng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lodepng.h b/lodepng.h
index 1a473e7..c0fa407 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -697,6 +697,7 @@ void lodepng_color_stats_init(LodePNGColorStats* stats);
void lodepng_compute_color_stats(LodePNGColorStats* stats,
const unsigned char* image, unsigned w, unsigned h,
const LodePNGColorMode* mode_in);
+
/*Settings for the encoder.*/
typedef struct LodePNGEncoderSettings {
LodePNGCompressSettings zlibsettings; /*settings for the zlib encoder, such as window size, ...*/