Go to file
Chris Ross 28b3445f1a Ok, some more clean ups to the filter stuff, should have some new filters to
play with soon - want to get the stuff correct before I commit some more
stuff. dox is the start of dox2 the document viewer based on imlib2. Designed
so that the style of the docs is seperate from the contents. Will evolve
rapdily over the next week.


SVN revision: 2716
2000-05-28 15:17:38 +00:00
debian added patch by David N. Welton to cleanup configure handling 2000-04-27 16:14:21 +00:00
demo Thu Apr 27 03:16:59 GMT 2000 2000-04-27 02:14:59 +00:00
dox Ok, some more clean ups to the filter stuff, should have some new filters to 2000-05-28 15:17:38 +00:00
filters Ok, some more clean ups to the filter stuff, should have some new filters to 2000-05-28 15:17:38 +00:00
libltdl * modifed the script engine, instead of three passes i've nobbled it down to 2000-05-21 00:04:39 +00:00
loaders fix tga loader....... :) 2000-05-19 17:36:48 +00:00
src Ok, some more clean ups to the filter stuff, should have some new filters to 2000-05-28 15:17:38 +00:00
test * forgot to mention that i've added an option to test/imlib2 2000-05-22 03:25:24 +00:00
.cvsignore more in ignore 1999-11-01 18:07:34 +00:00
AUTHORS * Changed some of the methods to stop furutre name conflicts 2000-05-20 22:33:14 +00:00
COPYING added AUTHORS file.. fixed copyting.... 1999-11-07 08:51:47 +00:00
ChangeLog Thu Apr 27 13:43:49 GMT 2000 2000-04-27 12:37:20 +00:00
Makefile.am Ok, some more clean ups to the filter stuff, should have some new filters to 2000-05-28 15:17:38 +00:00
README better asm detection - there's an --enable-mmx now too if you want to 2000-04-27 02:32:28 +00:00
TODO add TODO... 1999-11-01 12:11:30 +00:00
acconfig.h Nuked some autogenerated files and added acconfig.h. 2000-04-27 03:35:29 +00:00
autogen.sh better configure check for freetype- hopefulyl people wont keep askign dumb 2000-04-27 03:01:46 +00:00
configure.in Ok, some more clean ups to the filter stuff, should have some new filters to 2000-05-28 15:17:38 +00:00
imlib2.spec One fricken character. Freetype 1.2, not 1.1 2000-05-20 23:10:38 +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.4 - 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.