add TODO item - lel - Farbfeld image viewer | |
git clone git://git.codemadness.org/lel | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit be0f93f92b7b36856acb9709b9ee550b89899db6 | |
parent 59520ad6cb2f48f6299d08d20c6112cd419314b3 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 1 Aug 2014 23:34:41 +0000 | |
add TODO item | |
Signed-off-by: Hiltjo Posthuma <[email protected]> | |
Diffstat: | |
M TODO | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -5,6 +5,7 @@ | |
[ ] enter key or some other key should print the current filename to stdout. | |
[ ] for pictures which use an alpha mask use a checked pattern, similar to: | |
http://www.modejong.com/blog/Media/Ghost_TransparentBG_400x300.jpg | |
+[ ] improve lel-open to support multiple files. | |
[ ] zooming | |
[ ] improve performance (cull only the visible part?), use XGetImage()… | |
[ ] improve zoomfact "steps". |