From 3d9a0e013d3711fc9601f36c104902733d4b28ea Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 27 Aug 2011 18:44:16 +1000 Subject: [PATCH] Fill in missing bits on Project page --- content/projects.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/content/projects.html b/content/projects.html index cf4f2db..5a80004 100644 --- a/content/projects.html +++ b/content/projects.html @@ -3,6 +3,7 @@ more noteworthy projects are listed below. [github]: http://github.com/wezm + -lua-imlib ---------- +lua-imlib2 +---------- -[lua-imlib] is a fork of the published lua-imlib library with additional +[lua-imlib2] is a fork of the published lua-imlib library with additional functionality. This library allows image processing in Lua. Specifically I added: -* x -* y -* z +* Support for filters +* Image blending -[lua-imlib]: +[lua-imlib2]: https://github.com/wezm/lua-imlib2 node-genx ---------