Go to file
Carsten Haitzler 2fe8f410e5 db loader/saver needs edb now - much better! :)
SVN revision: 3317
2000-09-05 01:25:01 +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 Some silly goose decided that these files should #include Imlib2.h. NONE 2000-07-13 03:45:15 +00:00
libltdl Willem's rotation patch. 2000-06-25 18:13:36 +00:00
loaders db loader/saver needs edb now - much better! :) 2000-09-05 01:25:01 +00:00
src tidy up 2000-09-04 17:02:58 +00:00
test slight speedup 2000-09-04 15:56:59 +00:00
.cvsignore Be quiet. 2000-06-06 11:00:46 +00:00
AUTHORS add 1 more font routine for getting geometry - useful. you'll need to 2000-08-10 22:11:40 +00:00
COPYING added AUTHORS file.. fixed copyting.... 1999-11-07 08:51:47 +00:00
ChangeLog Wed Jul 12 22:20:53 PDT 2000 2000-07-13 05:04:36 +00:00
Makefile.am imlib2-config added 2000-08-22 04:28: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 foudn bug in mmx asm blending.. 1 line hihg blends get skipped.. fix! :) 2000-09-02 07:27:50 +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 Miscellaneous fixes I ran across while doing the colormod stuff. One of 2000-08-23 05:02:03 +00:00
imlib2-config.in get rid of that replacement.. 2000-08-22 21:17:28 +00:00
imlib2.spec.in First commit. Woohoo! 2000-08-31 05:01:28 +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.