Go to file
Christian Kreibich e9746c22f2 I don't know if the loader has endianness issues
(I guess it does), but this should definitely
work better.


SVN revision: 2848
2000-06-21 16:36:40 +00:00
debian added patch by David N. Welton to cleanup configure handling 2000-04-27 16:14:21 +00:00
demo Argh. 2000-06-06 11:03:14 +00:00
filters Argh. 2000-06-06 11:03:14 +00:00
libltdl blum. fixed "error" on first install type bug in the dox tree. 2000-05-29 15:41:00 +00:00
loaders I don't know if the loader has endianness issues 2000-06-21 16:36:40 +00:00
src Be quiet. 2000-06-06 11:00:46 +00:00
test Argh. 2000-06-06 11:03:14 +00:00
.cvsignore Be quiet. 2000-06-06 11:00:46 +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 Start of a filter test app, and applied Willem's patch for imlib2. thanks 2000-05-30 22:10:01 +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 It's always a good idea to "make distcheck" before you commit when you add 2000-05-28 16:57:22 +00:00
imlib2.spec.in It's always a good idea to "make distcheck" before you commit when you add 2000-05-28 16:57:22 +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.