Go to file
Carsten Haitzler e8c7419bf8 FIX FIX! evil mmx code! missing decls! thanks dragan - mej ::)
SVN revision: 2487
2000-04-13 23:27:07 +00:00
debian stuff 2000-03-08 01:58:06 +00:00
demo Hush. 1999-12-14 18:12:20 +00:00
libltdl full fix of logic in blending rgb->rgb functions in C NB: the mmx asm needs to 2000-04-13 16:31:51 +00:00
loaders damn willem! you love playing with imlib2 don;t you? :-) good show :) 2000-03-28 18:09:46 +00:00
src FIX FIX! evil mmx code! missing decls! thanks dragan - mej ::) 2000-04-13 23:27:07 +00:00
test full fix of logic in blending rgb->rgb functions in C NB: the mmx asm needs to 2000-04-13 16:31:51 +00:00
.cvsignore more in ignore 1999-11-01 18:07:34 +00:00
AUTHORS Bite me =P 2000-03-18 14:26:12 +00:00
COPYING added AUTHORS file.. fixed copyting.... 1999-11-07 08:51:47 +00:00
ChangeLog add TODO... 1999-11-01 12:11:30 +00:00
Makefile.am more correct makefile.am in base........ 1999-11-02 15:56:23 +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 Several miscellaneous bugfixes I did while converting Eterm to use Imlib2. 2000-04-12 23:40:10 +00:00
imlib2.spec fix spec file - dont buidl demos package 2000-04-08 21:06:17 +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.