mirror of https://github.com/GNOME/gimp.git
f357b2cde0
2003-07-14 Sven Neumann <sven@gimp.org> * libgimpcolor/Makefile.am * libgimpcolor/makefile.msc * libgimpcolor/gimpcmyk.[ch]: new files that define a GimpCMYK structure similar to GimpRGB. * libgimpcolor/gimpcolortypes.h: added the GimpCMYK typedef. * libgimpcolor/gimpcolorspace.[ch]: added conversions between RGB and CMYK. This implementation is the naive approach without any color calibration whatsoever. * libgimpcolor/gimphsv.[ch] * libgimpcolor/gimprgb.[ch]: purely cosmetic changes. |
||
---|---|---|
.. | ||
libgimp | ||
libgimpbase | ||
libgimpcolor | ||
libgimpmath | ||
libgimpmodule | ||
libgimpwidgets | ||
.cvsignore | ||
ChangeLog | ||
Makefile.am | ||
README | ||
README.gtkdoc | ||
debug-plug-ins.txt | ||
gbr.txt | ||
gih.txt | ||
gpb.txt | ||
includes.txt | ||
parasites.txt | ||
pat.txt | ||
structure.xml | ||
undo.txt | ||
xcf.txt |
README
Developers documentation ------------------------ This directory holds information that you will find useful if you develop a GIMP plug-in or want to work on the GIMP core. libgimp libgimpbase libgimpcolor libgimpmath libgimpmodule libgimpwidgets - complete libgimp documentation generated from the source; see README.gtkdoc gih.txt - description of the GIH format used to store a series of pixmap brushes gpb.txt - description of the GPB format for pixmap brushes parasites.txt - descriptions of known parasites undo.txt - description of the undo system xcf.txt - description of Gimp's XCF format