diff options
author | Lode <lvandeve@gmail.com> | 2016-07-12 23:12:22 +0200 |
---|---|---|
committer | Lode <lvandeve@gmail.com> | 2016-07-12 23:12:22 +0200 |
commit | a71964ed5fe4f82a32ac7f8201338900f66e855d (patch) | |
tree | c80c8285dbfdc2ad7632d85c8c40968a1f17bdb9 | |
parent | db9cc960fc1fec9075fb455c617a2e0cdd7c6fb2 (diff) |
add a todo
-rw-r--r-- | lodepng.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -896,6 +896,7 @@ TODO: [X] let the "isFullyOpaque" function check color keys and transparent palettes too [X] better name for the variables "codes", "codesD", "codelengthcodes", "clcl" and "lldl" [ ] don't stop decoding on errors like 69, 57, 58 (make warnings) +[ ] make warnings like: oob palette, checksum fail, data after iend, wrong/unknown crit chunk, no null terminator in text, ... [ ] 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 |