summaryrefslogtreecommitdiff
path: root/lodepng.h
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2018-03-26 21:38:28 +0200
committerLode <lvandeve@gmail.com>2018-03-26 21:38:28 +0200
commitd03d7df9888aafb9c7f615895c34b05acf033908 (patch)
tree29306f537ffdc47db1bb37cbf3d7a5dd7442cfec /lodepng.h
parent116f5b2ed7c4a9c6779ae291b79770727cbb11ad (diff)
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
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h2
1 files changed, 1 insertions, 1 deletions
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