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
name age message
file DOCUMENTATION.mkd Sun Jul 27 12:59:48 -0700 2008 separate API documentation from code, convert t... [asb]
file LICENSE Mon Jul 21 12:56:59 -0700 2008 check in 0.1 sources [asb]
file Makefile Mon Jul 21 12:56:59 -0700 2008 check in 0.1 sources [asb]
file README.mkd Mon Jul 28 13:49:24 -0700 2008 add homepage link [asb]
file TODO Mon Jul 21 12:56:59 -0700 2008 check in 0.1 sources [asb]
directory examples/ Mon Jul 21 12:56:59 -0700 2008 check in 0.1 sources [asb]
file imlib2.lua Mon Jul 21 12:56:59 -0700 2008 check in 0.1 sources [asb]
file limlib2.c Sun Jul 27 12:59:48 -0700 2008 separate API documentation from code, convert t... [asb]
file lua-imlib2-dev-1.rockspec Mon Jul 21 13:11:06 -0700 2008 Updated rockspec [asb]
directory test/ Mon Jul 21 12:56:59 -0700 2008 check in 0.1 sources [asb]
README.mkd

lua-imlib2

Provides a mostly complete binding to the imlib2 image manipulation library.
You will need this library installed in order to use lua-imlib2 (preferably a recent version). This release makes no effort to wrap the X11 related Imlib2 functionality, but aims to support all other features. The API is fully documented. If you encounter any problems or have any suggestions (or patches) then please contact me.

Links

Release history

  • lua-imlib2-0.1 (2008-01-22)
    • first public release

License

lua-imlib2 is distributed under the MIT license.

Copyright (c) 2007-2008 A.S. Bradbury

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Contact

Author: A.S. Bradbury
Email: asb@asbradbury.org
Homepage: http://asbradbury.org/