summaryrefslogtreecommitdiff
path: root/lodepng.h
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2016-04-09 16:21:25 +0200
committerLode <lvandeve@gmail.com>2016-04-09 16:21:25 +0200
commit1bdcf470b3416f24aefcb99bb4bba2fb0df9704d (patch)
tree7ed39ab7e7e0c604363c88017049faae99170947 /lodepng.h
parent3ea25a82805137025516375b8fdc005a8a951b18 (diff)
color key and file handling
Diffstat (limited to 'lodepng.h')
-rw-r--r--lodepng.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lodepng.h b/lodepng.h
index 9ecedd1..33f1051 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -1,5 +1,5 @@
/*
-LodePNG version 20160124
+LodePNG version 20160409
Copyright (c) 2005-2016 Lode Vandevenne
@@ -1607,6 +1607,8 @@ yyyymmdd.
Some changes aren't backwards compatible. Those are indicated with a (!)
symbol.
+*) 09 apr 2016: Fixed colorkey usage detection, and better file loading (within
+ the limits of pure C90).
*) 08 dec 2015: Made load_file function return error if file can't be opened.
*) 24 okt 2015: Bugfix with decoding to palette output.
*) 18 apr 2015: Boundary PM instead of just package-merge for faster encoding.