Go to file
Michael Jennings cab8f00e06 Mon Mar 31 15:20:43 EST 2003
(KainX)

Finally got around to fixing the build.  Having Imlib2 already installed
should no longer be necessary to build it.

PS:  The next person who breaks this will be in for a severe beating.


SVN revision: 6800
2003-03-31 20:23:19 +00:00
debian Raster isn't an 'author(s)' 2002-12-24 13:35:48 +00:00
demo Mon Mar 31 15:20:43 EST 2003 2003-03-31 20:23:19 +00:00
doc Ok, SirDibos modified the html so as to be more readable, namely, fixed <pre> 2001-12-12 10:56:44 +00:00
filters Mon Mar 31 15:20:43 EST 2003 2003-03-31 20:23:19 +00:00
libltdl Readded libltdl/acconfig.h. That should be there. 2002-10-06 18:43:22 +00:00
loaders Mon Mar 31 15:20:43 EST 2003 2003-03-31 20:23:19 +00:00
src ->data was getting leaked, as _tidyup() only free()s data for nodes of type 2002-12-22 15:47:26 +00:00
test Mon Mar 31 15:20:43 EST 2003 2003-03-31 20:23:19 +00:00
.cvsignore Readded libltdl/acconfig.h. That should be there. 2002-10-06 18:43:22 +00:00
AUTHORS tiff compression patch :) 2003-02-04 22:06:03 +00:00
COPYING added AUTHORS file.. fixed copyting.... 1999-11-07 08:51:47 +00:00
ChangeLog Mon Mar 31 15:20:43 EST 2003 2003-03-31 20:23:19 +00:00
Makefile.am Spec file fixes here too. 2001-10-24 23:22:12 +00:00
README Based on a suggestion from Richard Lowe <richlowe@btinternet.com>, and 2000-10-14 08:35:41 +00:00
TODO todo list.. and even how to do it! :) 2002-09-25 09:15:16 +00:00
acconfig.h Nuked some autogenerated files and added acconfig.h. 2000-04-27 03:35:29 +00:00
autogen.sh Mon Mar 31 15:20:43 EST 2003 2003-03-31 20:23:19 +00:00
configure.ac - Fixed building with automake 1.6.3, by adding the 'CCASFLAGS' and 'CCAS' 2002-10-06 18:09:43 +00:00
configure.in Mon Mar 31 15:20:43 EST 2003 2003-03-31 20:23:19 +00:00
imlib2-config.in get rid of that replacement.. 2000-08-22 21:17:28 +00:00
imlib2.spec Tue Jun 4 23:29:36 2002 Michael Jennings (mej) 2002-06-05 03:29:51 +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:

edb              ftp://ftp.enlightenment.org/pub/e/e17/libs/
libjpeg          http://www.ijg.org/
libpng           http://www.libpng.org/pub/png/libpng.html
freetype 1.2     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)