summaryrefslogtreecommitdiff
path: root/lodepng.h
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2016-01-25 01:59:41 +0100
committerLode <lvandeve@gmail.com>2016-01-25 01:59:41 +0100
commitb1718cb14f387ff2a4e3d84940abe42d9c241ef8 (patch)
treeb924acff2a223f77f503273b223a24248074bb40 /lodepng.h
parent4a02c6f8c55839c08521c538a36284ce9400c3a5 (diff)
code tweaks
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 581fce9..e055767 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -898,6 +898,7 @@ TODO:
[ ] don't stop decoding on errors like 69, 57, 58 (make warnings)
[ ] let the C++ wrapper catch exceptions coming from the standard library and return LodePNG error codes
[ ] allow user to provide custom color conversion functions, e.g. for premultiplied alpha, padding bits or not, ...
+[ ] allow user to give data (void*) to custom allocator
*/
#endif /*LODEPNG_H inclusion guard*/