public
Description: A complete binding to the Imlib2 image manipulation library
Homepage: http://asbradbury.org/projects/lua-imlib2/
Clone URL: git://github.com/asb/lua-imlib2.git
lua-imlib2 / TODO
100644 14 lines (8 sloc) 0.393 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Support creating colors from a single integer representation, and possibly in
the other forms supported by imlib
 
Support im:scale(w,h) - maybe scale by percentage
 
Make an imlib2.color_modifier
 
Add new image constructors such as new_cropped(im, ...)
 
Write a sparkline library using imlib2
 
Steal interface ideas from
http://search.cpan.org/~lbrocard/Image-Imlib2-1.13/lib/Image/Imlib2.pm