Go to file
Michael Jennings d28a41dfa5 Sun Jan 23 22:30:28 2005 Michael Jennings (mej)
Sssh!
----------------------------------------------------------------------


SVN revision: 13065
2005-01-24 02:26:35 +00:00
data Fri Jan 21 00:57:08 2005 Michael Jennings (mej) 2005-01-21 04:53:15 +00:00
debian Fri Jan 21 00:57:08 2005 Michael Jennings (mej) 2005-01-21 04:53:15 +00:00
demo Ssssh! 2005-01-04 14:47:04 +00:00
doc Sun Jan 23 22:30:28 2005 Michael Jennings (mej) 2005-01-24 02:26:35 +00:00
filters Ssssh! 2005-01-04 14:47:04 +00:00
libltdl ltdl be gone fromt he src tree! :) 2004-04-28 04:24:04 +00:00
loaders Ssssh! 2005-01-04 14:47:04 +00:00
m4 and new much cleaner tree. 2004-11-01 09:45:31 +00:00
src Fri Jan 21 00:57:08 2005 Michael Jennings (mej) 2005-01-21 04:53:15 +00:00
test Ssssh! 2005-01-04 14:47:04 +00:00
.cvsignore Fri Jan 21 00:57:08 2005 Michael Jennings (mej) 2005-01-21 04:53:15 +00:00
AUTHORS and new much cleaner tree. 2004-11-01 09:45:31 +00:00
COPYING and new much cleaner tree. 2004-11-01 09:45:31 +00:00
COPYING-PLAIN and new much cleaner tree. 2004-11-01 09:45:31 +00:00
ChangeLog and new much cleaner tree. 2004-11-01 09:45:31 +00:00
Doxyfile and new much cleaner tree. 2004-11-01 09:45:31 +00:00
INSTALL fix install 2004-11-02 03:30:28 +00:00
Makefile.am and new much cleaner tree. 2004-11-01 09:45:31 +00:00
NEWS and new much cleaner tree. 2004-11-01 09:45:31 +00:00
README and new much cleaner tree. 2004-11-01 09:45:31 +00:00
TODO and new much cleaner tree. 2004-11-01 09:45:31 +00:00
autogen.sh and new much cleaner tree. 2004-11-01 09:45:31 +00:00
configure.in Grrr! : ) 2005-01-19 12:28:53 +00:00
gendoc and new much cleaner tree. 2004-11-01 09:45:31 +00:00
imlib2-config.in and new much cleaner tree. 2004-11-01 09:45:31 +00:00
imlib2-native.oe openembedded build files... this makes life so easy to build efl for 2004-11-09 09:36:36 +00:00
imlib2.bb Added the change for BitBake the Standardized Openembedded Build System 2004-12-17 01:19:02 +00:00
imlib2.c.in and new much cleaner tree. 2004-11-01 09:45:31 +00:00
imlib2.oe openembedded build files... this makes life so easy to build efl for 2004-11-09 09:36:36 +00:00
imlib2.pc.in and new much cleaner tree. 2004-11-01 09:45:31 +00:00
imlib2.spec Wed Jan 19 17:10:29 2005 Michael Jennings (mej) 2005-01-19 21:07:06 +00:00
imlib2Xnative.bb Python is too incompetent to parse hyphens 2004-12-18 22:06:27 +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)