Go to file
Carsten Haitzler 7101c06f18 Makefile NOT Makefil ! :)
SVN revision: 1151
1999-11-02 15:29:52 +00:00
demo now that works better 1999-11-02 14:42:00 +00:00
libltdl Sun Oct 31 20:21:13 PST 1999 1999-10-31 19:45:22 +00:00
loaders fix a little of the rend code - never testyed that bit... 1999-11-02 13:32:39 +00:00
src fix a little of the rend code - never testyed that bit... 1999-11-02 13:32:39 +00:00
test get rid of saver func 1999-11-02 10:17:06 +00:00
.cvsignore more in ignore 1999-11-01 18:07:34 +00:00
COPYING fixed minor bug in png loader.... added copying file :) 1999-08-02 22:50:36 +00:00
ChangeLog add TODO... 1999-11-01 12:11:30 +00:00
Makefile.am re-structure...... 1999-11-01 17:40:51 +00:00
README update README 1999-11-01 18:05:48 +00:00
TODO add TODO... 1999-11-01 12:11:30 +00:00
autogen.sh update autogen.sh 1999-09-19 21:57:37 +00:00
configure.in Makefile NOT Makefil ! :) 1999-11-02 15:29:52 +00:00

README

###############################################################################
#                                                                             #
#                          I   M   L   I   B      2                           #
#                                                                             #
###############################################################################

This is the Imlib 2 library - a library that does load file loading and saving
as well as rendering, manipulation etc. It also does ALL of these FAST and
tries to be highly intelligent about doing it to make writing niaeve programs
that are still very fast.

This is an early stage of its release and thus is Imlib2 0.0.1 - there are
bugs that have to be worked out - primarily ones that might deal with network
rendering, endianess and the lack of loaders.

The src/ directory contains the Imlib2 source itself
The loaders/ directory contains some sample loaders and savers (a loader both
loads and saves a certain format)
The test/ directory contains a test program you can compiel and run after
Imlib2 is installed (runt he test program in the test directory)
The libltdl/ direcotry contains the LGPL licensed source for libtool to enable
loadable module support on all platforms.