From d03d7df9888aafb9c7f615895c34b05acf033908 Mon Sep 17 00:00:00 2001 From: Lode Date: Mon, 26 Mar 2018 21:38:28 +0200 Subject: when decoding with palette output type but not specifying actual palette (implying the desire to keep the original), it could change indices if there were duplicate colors in the palette. The workaround was to set color_convert = 0. Still, even with color_convert, there is no reason to do that, so this fixes it --- lodepng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lodepng.h') diff --git a/lodepng.h b/lodepng.h index cf6667c..8e0f742 100644 --- a/lodepng.h +++ b/lodepng.h @@ -1,5 +1,5 @@ /* -LodePNG version 20180114 +LodePNG version 20180326 Copyright (c) 2005-2018 Lode Vandevenne -- cgit v1.2.3