Go to file
Tom Gilbert e6d1af6fb6 You are required to set `AS' and `ASFLAGS' via `configure.in'. The
autoconf macro `AM_PROG_AS' will do this for you.  Unless they are
already set, it simply sets `AS' to the C compiler and `ASFLAGS' to the
C compiler flags.

LIES! :)

Actually it defaults to "as", not your compiler, and then it gives as the
flags it should have given to the C compiler. Anyway, fixed now, and bug
reported to the GNU guys :)


SVN revision: 5456
2001-10-09 19:31:26 +00:00
debian clean up for build 2001-03-17 10:19:13 +00:00
demo flum 2001-05-06 01:22:29 +00:00
doc Alright, changed index.html to document imlib_image_draw_pixel. 2001-08-28 12:51:36 +00:00
filters bmtext dithers.... 2001-06-19 03:01:46 +00:00
libltdl Willem's rotation patch. 2000-06-25 18:13:36 +00:00
loaders working offline... :) 2001-09-24 21:11:53 +00:00
src oooops... fix fix :) 2001-09-07 00:45:23 +00:00
test bmtext dithers.... 2001-06-19 03:01:46 +00:00
.cvsignore Lots of sssshhh here ... 2001-10-08 18:45:30 +00:00
AUTHORS added nick. nothing important. :) 2001-08-28 12:48:17 +00:00
COPYING added AUTHORS file.. fixed copyting.... 1999-11-07 08:51:47 +00:00
ChangeLog Fri Aug 10 13:33:13 PDT 2001 2001-08-10 20:34:33 +00:00
Makefile.am imconvert.c added to tarball 2001-05-02 17:40:49 +00:00
README Based on a suggestion from Richard Lowe <richlowe@btinternet.com>, and 2000-10-14 08:35:41 +00:00
TODO up version number.. tentative for a 1.0 release... 2000-09-12 21:11:22 +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.ac You are required to set `AS' and `ASFLAGS' via `configure.in'. The 2001-10-09 19:31:26 +00:00
configure.in Mon Oct 8 10:00:19 2001 Michael Jennings (mej) 2001-10-08 17:04:36 +00:00
imlib2-config.in get rid of that replacement.. 2000-08-22 21:17:28 +00:00
imlib2.spec.in working offline... :) 2001-09-24 21:11:53 +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)