Go to file
Christian Kreibich a5b3f1e4f0 The cool thing about meetings is that they can get postponed, in
which case one has time to improve XCF loaders :)

* fixed a few memleaks (I never actually cleaned up :)
* fixed a colormap problem with layer masks, I hope this works
* cleanups


SVN revision: 4292
2001-02-28 20:24:31 +00:00
debian Debian packages may now be built from output of make dist and friends 2001-02-14 20:59:59 +00:00
src The cool thing about meetings is that they can get postponed, in 2001-02-28 20:24:31 +00:00
.cvsignore hush cvs 2001-01-06 00:28:05 +00:00
AUTHORS Dissolve mode. This is the only layer blending mode which is not 2000-09-17 23:06:10 +00:00
COPYING Dissolve mode. This is the only layer blending mode which is not 2000-09-17 23:06:10 +00:00
ChangeLog *turns red* ... *turns blue* ... *releases breath*. Damn. 2000-07-02 11:52:33 +00:00
Makefile.am Debian packages may now be built from output of make dist and friends 2001-02-14 20:59:59 +00:00
README Dissolve mode. This is the only layer blending mode which is not 2000-09-17 23:06:10 +00:00
autogen.sh *turns red* ... *turns blue* ... *releases breath*. Damn. 2000-07-02 11:52:33 +00:00
config.h.in *turns red* ... *turns blue* ... *releases breath*. Damn. 2000-07-02 11:52:33 +00:00
configure.in Debian packages may now be built from output of make dist and friends 2001-02-14 20:59:59 +00:00
stamp-h.in *turns red* ... *turns blue* ... *releases breath*. Damn. 2000-07-02 11:52:33 +00:00

README

###############################################################################
#                                                                             #
#                          I   M   L   I   B      2                           #
#                                                                             #
#                          Additional Image Loaders                           #
#                                                                             #
###############################################################################

This package contains image loader plugins for Imlib 2 that are not distributed
together with the Imlib 2 package itself. More about Imlib 2 can be found on
http://www.rasterman.com/imlib.html.

Currently the only loader contained is an XCF loader, which cannot be packaged
together with Imlib 2 because Imlib 2 is distributed under the BSD license,
whereas the XCF loader is using elements of the Gimp's (www.gimp.org) codebase,
which is distributed under the GPL.

To install, apply the usual ./configure <options>; make; make install sequence.


                                                     Have fun,
                                                       --cK.