Imlib2-Ruby 0.2.0 README
========================

This document was last updated on Tuesday, March 26 11:24:42 2002 EST.
Please see the file COPYING for licensing and warranty information.  The
latest version of this library is available at the following URL:
http://www.pablotron.org/software/imlib2-ruby/.

Introduction
============
Imlib2-Ruby is a Ruby interface to Imlib2.  Color and most non-X11 Image 
calls are already supported; Color Modifiers, Color Ranges (gradients),
Filters, Fonts, Polygons, and Updates are not supported yet.  There
isn't much in the way of documentation at the moment; I've provided a
commented version of my test script and a checkerboard generating script
in examples/, and there's a list of the API calls in doc/api.txt.  Feel
free to email me at the address below if you have any additional
questions.

System Requirements
===================
- Imlib2, version 1.0.4 (or newer):
  http://www.enlightenment.org/pages/imlib2.html
- Ruby, version 1.6.x (or newer):
  http://www.ruby-lang.org/

Installation
============
ruby ./extconf.rb            # generate Makefile
make && su -c "make install" # compile and install library

About the Author
================
Paul Duncan <pabs@pablotron.org>
http://www.pablotron.org/
