Go to file
Tom Gilbert 9cef1b4308 Lots of changes. Macro-ised the point_on_segment code.
Implemented a span-list clipper.

Inlined the drawing code for span().

Cleaned up and speeded up a couple of drawing funcs.

Polygons filled much faster now. More to do though.


SVN revision: 3480
2000-09-15 23:22:53 +00:00
debian added patch by David N. Welton to cleanup configure handling 2000-04-27 16:14:21 +00:00
demo Argh. 2000-06-06 11:03:14 +00:00
doc More typos (but in raster's defense, he's spelling checking every so 2000-09-13 21:40:03 +00:00
filters Some silly goose decided that these files should #include Imlib2.h. NONE 2000-07-13 03:45:15 +00:00
libltdl Willem's rotation patch. 2000-06-25 18:13:36 +00:00
loaders we can add them back in... conditions put elzewhere 2000-09-12 23:22:54 +00:00
src Lots of changes. Macro-ised the point_on_segment code. 2000-09-15 23:22:53 +00:00
test and enable the fast path again 2000-09-12 05:46:17 +00:00
.cvsignore Be quiet. 2000-06-06 11:00:46 +00:00
AUTHORS update my email addy 2000-09-12 21:25:47 +00:00
COPYING added AUTHORS file.. fixed copyting.... 1999-11-07 08:51:47 +00:00
ChangeLog Wed Jul 12 22:20:53 PDT 2000 2000-07-13 05:04:36 +00:00
Makefile.am docs get built......... :) 2000-09-12 21:42:23 +00:00
README Cleaned up/partially rewrote README. Basically updated for the 1.0 2000-09-14 05:42:51 +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.in and make them build.......... PROPERLY! 2000-09-12 23:22:13 +00:00
imlib2-config.in get rid of that replacement.. 2000-08-22 21:17:28 +00:00
imlib2.spec.in Bored. Reading. Typo. Commit. Sleep. 2000-09-14 06:37:14 +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.

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)