TODO - lel - Farbfeld image viewer
 (HTM) git clone git://git.codemadness.org/lel
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       TODO (744B)
       ---
            1 [ ] improve lel-open to support multiple files.
            2 [ ] zooming
            3         [ ] improve performance (cull only the visible part?), use XGetImage() ?
            4         [ ] improve zoomfact "steps".
            5 [ ] mouse support.
            6         [ ] mouse move panning.
            7         [x] mouse scroll zooming.
            8 [ ] scale
            9         [ ] use XPutPixel for byte-order safety ?
           10 [ ] improve README.
           11 [ ] write man page.
           12         [ ] convert to mandoc.
           13         [ ] lel.1
           14         [ ] lel-open.1
           15 [?] for pictures which use an alpha mask use a checked pattern, similar to:
           16     http://www.modejong.com/blog/Media/Ghost_TransparentBG_400x300.jpg
           17 [?] improve key lookup code.
           18 [?] project name change.
           19 [?] add support for more color depths (< 24).
           20 [?] add command mode or shell support for viewing
           21     images in a directory (output key to stdout might be enough?).