mirror of https://github.com/GNOME/gimp.git
![]() 2005-04-16 Sven Neumann <sven@gimp.org> Applied a patch (with minor modifications) from Karine Delvare that makes it possible to choose between various ways to remove color from a drawable (bug #155507): * libgimpbase/gimpbaseenums.h: added new enum GimpDesaturateMode. * libgimpbase/gimpbaseenums.c * libgimp/gimpenums.c.tail * plug-ins/pygimp/gimpenums.py * tools/pdbgen/enums.pl: regenerated. * app/core/gimpdrawable-desaturate.[ch]: implement other formulas to remove colors from a drawable. * tools/pdbgen/pdb/color.pdb: let gimp_desaturate() call gimp_drawable_desaturate() with GIMP_DESATURATE_LIGHTNESS so that it behaves like it always did. * app/pdb/color_cmds.c: regenerated. * app/dialogs/Makefile.am * app/dialogs/desaturate-dialog.[ch]: new files that define a simple dialog to choose a mode for desaturation. * app/actions/drawable-actions.[ch]: use the new dialog. |
||
---|---|---|
.. | ||
doc | ||
plug-ins | ||
.cvsignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
acinclude.m4 | ||
configure.in | ||
gimpenums.py | ||
gimpfu.py | ||
gimpmodule.c | ||
gimpplugin.py | ||
gimpshelf.py | ||
gimpui.py | ||
makefile.msc | ||
procbrowser.c | ||
py-compile | ||
pygimp-display.c | ||
pygimp-drawable.c | ||
pygimp-image.c | ||
pygimp-logo.png | ||
pygimp-parasite.c | ||
pygimp-pdb.c | ||
pygimp-tile.c | ||
pygimp.h | ||
pygimp.spec |
README
Gimp-Python - allows the writing of plugins for Gimp in Python. Copyright (C) 1997-1999 James Henstridge <james@daa.com.au> This is the Gimp-Python package. It is free software and is covered by the GNU General Public Licence (A copy of which is in the file COPYING in the distribution) with the exception that you may link gimpmodule with the python program. For more information, please see the documentation in the directory doc. The documentation is in SGML, and translations to text, html and texinfo are included in the distribution. To build the program, you should be able to just type: ./configure --prefix=<gimp-prefix> make make install Pregenerated HTML docs are included with the package in the doc directory. If you want ps or pdf documentation, get Mark Galassi's docbook SGML packages. Here is a list of what you will find in the subdirectories of this distribution: . - The actual source code. doc/ - The documentation. plug-ins/ - The sample plugins. Contents are copied to GIMP plug-ins directory.