Go to file
Michael Jennings 723be4e698 Sat Jul 12 21:33:20 EDT 2003
(KainX)

Up version numbers.


SVN revision: 7162
2003-07-13 01:35:08 +00:00
debian Raster isn't an 'author(s)' 2002-12-24 13:35:48 +00:00
demo Sat Jul 12 21:06:14 EDT 2003 2003-07-13 01:09:17 +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 Sat Jul 12 21:06:14 EDT 2003 2003-07-13 01:09:17 +00:00
libltdl Thu Apr 3 14:06:53 EST 2003 2003-04-03 19:08:17 +00:00
loaders Sat Jul 12 21:06:14 EDT 2003 2003-07-13 01:09:17 +00:00
src vrsion -> 1.1.0 2003-07-13 01:32:02 +00:00
test Sat Jul 12 21:06:14 EDT 2003 2003-07-13 01:09:17 +00:00
.cvsignore Ignore imlib2.pc since it's auto-generated. 2003-07-13 01:24:33 +00:00
AUTHORS Sat Jul 12 21:06:14 EDT 2003 2003-07-13 01:09:17 +00:00
COPYING added AUTHORS file.. fixed copyting.... 1999-11-07 08:51:47 +00:00
ChangeLog Sat Jul 12 21:33:20 EDT 2003 2003-07-13 01:35:08 +00:00
Makefile.am Patch for pkg-config support from Tilman Sauerbeck <tilman@code-monkey.de>. 2003-05-03 08:56:29 +00:00
README Minor README update - edb is used by imlib2_loaders. 2003-04-12 12:34:54 +00:00
TODO Sat Jul 12 21:06:14 EDT 2003 2003-07-13 01:09:17 +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 Sat Jul 12 21:33:20 EDT 2003 2003-07-13 01:35:08 +00:00
configure.in vrsion -> 1.1.0 2003-07-13 01:32:02 +00:00
imlib2-config.in get rid of that replacement.. 2000-08-22 21:17:28 +00:00
imlib2.pc.in Sat Jul 12 21:06:14 EDT 2003 2003-07-13 01:09:17 +00:00
imlib2.spec vrsion -> 1.1.0 2003-07-13 01:32:02 +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 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)