Go to file
Michael Jennings a743c11ebc Wed Aug 25 15:53:59 2004 Michael Jennings (mej)
Never mind.  I did it myself. :)
----------------------------------------------------------------------


SVN revision: 11379
2004-08-25 19:54:59 +00:00
debian Updated the imlib2 debian packaging. 2004-06-26 12:43:57 +00:00
demo sorry - mej - you seem to have broken the build on other systems and 2004-07-06 07:03:51 +00:00
doc Doxygen doc: images 2004-06-16 18:17:20 +00:00
filters imlib2_loaders... 2004-04-18 08:28:50 +00:00
libltdl ltdl be gone fromt he src tree! :) 2004-04-28 04:24:04 +00:00
loaders handle files too small to be a valid tga! 2004-05-20 03:34:27 +00:00
m4 autofool cleanups... argh! i hate autofools! 2004-06-24 06:11:36 +00:00
src Wed Aug 25 15:53:59 2004 Michael Jennings (mej) 2004-08-25 19:54:59 +00:00
test sorry - mej - you seem to have broken the build on other systems and 2004-07-06 07:03:51 +00:00
.cvsignore Ignore imlib2.pc since it's auto-generated. 2003-07-13 01:24:33 +00:00
AUTHORS pc fix 2004-05-08 03:09:55 +00:00
COPYING added AUTHORS file.. fixed copyting.... 1999-11-07 08:51:47 +00:00
ChangeLog Fri Jul 2 14:41:17 2004 Michael Jennings (mej) 2004-07-02 18:41:52 +00:00
Doxyfile Doxygen scripts, description of imlib2 2004-06-16 18:14:02 +00:00
Makefile.am sorry - mej - you seem to have broken the build on other systems and 2004-07-06 07:03:51 +00:00
README update 2003-09-08 01:56:17 +00:00
TODO Sat Jul 12 21:06:14 EDT 2003 2003-07-13 01:09:17 +00:00
autogen.sh sorry - mej - you seem to have broken the build on other systems and 2004-07-06 07:03:51 +00:00
configure.in Wed Aug 25 15:53:59 2004 Michael Jennings (mej) 2004-08-25 19:54:59 +00:00
gendoc Doxygen scripts, description of imlib2 2004-06-16 18:14:02 +00:00
imlib2-config.in Remove the attempt to link freetype1, use the linking information generated by 2003-07-20 04:18:09 +00:00
imlib2.c.in Doxygen scripts, description of imlib2 2004-06-16 18:14:02 +00:00
imlib2.pc.in pc fix 2004-05-08 03:09:55 +00:00
imlib2.spec Wed Aug 25 15:53:59 2004 Michael Jennings (mej) 2004-08-25 19:54:59 +00:00

README

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

This is the Imlib 2 library - a library that does image file loading and
saving as well as rendering, manipulation, arbitrary polygon support, etc.

It does ALL of these operations FAST. Imlib2 also tries to be highly
intelligent about doing them, so writing naive programs can be done
easily, without sacrificing speed.

This is a complete rewrite over the Imlib 1.x series. The architecture is
more modular, simple, and flexible. See index.html in the doc/ directory
for more information.

Imlib2 requires several libraries to be already installed. These are:

libjpeg          http://www.ijg.org/
libpng           http://www.libpng.org/pub/png/libpng.html
freetype 2.1.x   http://www.freetype.org/


For examples of this library in use, seek:

Eterm            http://www.eterm.org/ (CVS version only, currently)
feh              http://www.linuxbrit.co.uk/feh.html
geist            http://www.linuxbrit.co.uk/geist.html


A blurb about each of the directories:

debian/          Debian build files
demo/            Demo view program
doc/             Documentation for imlib2, primarily in html
filters/         Filter shared objects
libltdl/         Libtool LGPL-licensed loadable module support library source
loaders/         Imlib2's image loader-savers (jpg, png, etc)
src/             Imlib2 main source
test/            Test program(s)