From 92ce45dc5ef0df405ce4b2fd7f3bbad30a7071f2 Mon Sep 17 00:00:00 2001 From: Lode Date: Tue, 20 Jan 2015 22:30:53 +0100 Subject: update a todo --- lodepng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/ -- cgit v1.2.3