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 ---------