summaryrefslogtreecommitdiff
path: root/lodepng.h
diff options
context:
space:
mode:
authorLode <lvandeve@gmail.com>2015-01-20 22:30:53 +0100
committerLode <lvandeve@gmail.com>2015-01-20 22:30:53 +0100
commit92ce45dc5ef0df405ce4b2fd7f3bbad30a7071f2 (patch)
tree64150c2cdf8a30abcbdbec576e27c28c9c5cc538 /lodepng.h
parentd6dcafc0cdc3d9f3ab9ee9ae820efe629ea65674 (diff)
update a todo
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 5204ddc..9f6836f 100644
--- a/lodepng.h
+++ b/lodepng.h
@@ -894,8 +894,8 @@ 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 option to choose if the raw image with non multiple of 8 bits per scanline should have padding bits or not
[ ] 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, ...
*/
#endif /*LODEPNG_H inclusion guard*/