mirror of https://github.com/GNOME/gimp.git
3cff8419db
2000-12-18 Sven Neumann <sven@gimp.org> Jens Lautenbacher <jtl@gimp.org> * app/Makefile.am * app/gimpbrushlistP.h * app/gimpbrushpipeP.h * app/gimpobjectP.h: removed these three files * app/parasitelistP.h * app/channels_dialog.c * app/docindex.c * app/gimpdrawable.c * app/gimpdrawableP.h * app/gimpimage.c * app/gimpimageP.h * app/gimplist.[ch] * app/gimpobject.c * app/gimpobject.h * app/gimpsetP.h: changed according to header removal * app/airbrush.c * app/brush_select.[ch] * app/brushes_cmds.c * app/gimpbrush.[ch] * app/gimpbrushgenerated.[ch] * app/gimpbrushlist.[ch] * app/gimpbrushpipe.[ch] * app/gimpcontextpreview.c * app/paint_core.c * app/paintbrush.c * app/pencil.c * tools/pdbgen/pdb/brushes.pdb: Big Brushes Cleanup. The GimpBrush* object hierarchy and the file formats were broken by "design". This made it overly difficult to read and write pixmap brushes and brush pipes, leading to the situation that The GIMP was not able to read it's very own file formats. Since the GimpBrush format did support arbitrary color depths, the introduction of a file format for pixmap brushes was unnecessary. The GimpBrushPixmap object is dead. GimpBrush has an additional pixmap temp_buf and handles pixmap brushes transparently. The file format of pixmap brushes is not any longer a grayscale brush plus a pattern, but a simple brush with RGBA data. The old brushes can still be loaded, but the .gpb format is deprecated. GimpBrushPipe derives from GimpBrush. The fileformat is still a text header, followed by a number of brushes, but those brushes are stored in the new GimpBrush format (no pattern anymore). The pipe does not care about the depth of the contained GimpBrushes, so we get grayscale BrushPipes for free. Since the brush loader still loads the old format, old .gih files can also still be loaded. Since the brushes in the GimpBrushPipe do not any longer contain a pointer to the pipe object, we do only temporarily switch brushes in the paint_core routines. This is not very elegant, but the best we can do without a major redesign. * app/patterns.[ch]: changed the loader to work with a filedescriptor instead of a filehandle to make it work with the new brush loading code. * plug-ins/common/.cvsignore * plug-ins/common/Makefile.am * plug-ins/common/plugin-defs.pl * plug-ins/common/gih.c: new plug-in that saves GIH files in the new format (loader will follow soon) * plug-ins/common/gpb.c: removed since Pixmap Brushes are no longer supported as a special file format. * plug-ins/common/gbr.c: load and save brushes in the new brush format which allows RGBA brushes too. * plug-ins/common/pat.c: load and save grayscale patterns too |
||
---|---|---|
RPM | ||
app | ||
cursors | ||
data | ||
debian | ||
devel-docs | ||
docs | ||
etc | ||
help | ||
libgimp | ||
libgimpbase | ||
libgimpwidgets | ||
modules | ||
pixmaps | ||
plug-ins | ||
po | ||
po-libgimp | ||
po-plug-ins | ||
po-script-fu | ||
tips | ||
tools | ||
.cvsignore | ||
AUTHORS | ||
COPYING | ||
ChangeLog | ||
ChangeLog.plug-ins | ||
ChangeLog.pre-1-0 | ||
HACKING | ||
INSTALL | ||
MAINTAINERS | ||
Makefile.am | ||
NEWS | ||
PLUGIN_CVS | ||
PLUGIN_MAINTAINERS | ||
README | ||
README.i18n | ||
README.patch_xinput_airbrush | ||
README.perl | ||
README.win32 | ||
TODO | ||
acconfig.h | ||
acinclude.m4 | ||
autogen.sh | ||
config.guess | ||
config.h.in | ||
config.h.win32 | ||
config.sub | ||
configure.in | ||
gimp-1.2.1.in | ||
gimp-remote-1.2.1.in | ||
gimp-remote.1.in | ||
gimp.1.in | ||
gimp.m4 | ||
gimp.spec.in | ||
gimp1_0_splash.ppm | ||
gimp_logo.ppm | ||
gimp_splash.ppm | ||
gimprc-1.2.5.in | ||
gimprc.5.in | ||
gimprc.in | ||
gimprc.win32 | ||
gimprc_user.in | ||
gimptool-1.2.1.in | ||
gimptool-1.2.in | ||
gimptool.1.in | ||
gimptool.in | ||
gtkrc | ||
gtkrc_user | ||
ltconfig | ||
ltmain.sh | ||
patch_xinput_airbrush | ||
ps-menurc | ||
rmshm | ||
unitrc | ||
user_install | ||
user_install.bat |
README
The GIMP: The GNU Image Manipulation Program ============================================ This is an unstable release of the GIMP, intended for developers only. For production use, please use the 1.0.x series. The GIMP is designed to be a professional image manipulation program for both print and on-line based outputs. For installation instructions, see the file INSTALL. 1. Web Resources ================ The GIMP's home page is at: http://www.gimp.org/ Please be sure to visit this site for information, documentation, tutorials, news, etc. All things GIMP-ish are available from there. The automated plug-in registry is located at: http://registry.gimp.org/ There you can get the latest versions of plug-ins using a convenient forms-based interface. The latest version of The GIMP can be found at: http://www.gimp.org/download/ 2. Mailing Lists ================ We have several mailing lists dedicated to GIMP user and development discussion. To subscribe, send an empty message to <listname>-subscribe@xcf.berkeley.edu substituting <listname> for "gimp-user", "gimp-announce" or "gimp-developer" (without the quotes, of course) depending on the list you want to subscribe to. The mailing list archives can be found at: http://www.egroups.com/messages/gimp-developer/ http://www.egroups.com/messages/gimp-user/ Gimp-user is a mailing list dedicated to user problems, hints and tips, discussion of cool effects, etc. Gimp-announce is a low-traffic list with announcements about new releases of GIMP and plug-ins. Gimp-developer is oriented to GIMP core and plug-in developers. Most people will only want to be subscribed to gimp-user. If you want to help develop The GIMP, the gimp-developer mailing list is a good starting point. There are two mailing lists dedicated to the Win32 port, "gimpwin-users" and "gimpwin-dev". Especially the latter also carries traffic about the GTk+ port to Win32 in general. To subscribe, send an empty message to gimpwin-users-subscribe@egroups.com or gimpwin-dev-subscribe@egroups.com respectively. You can also use the web interface at http://www.egroups.com/group/gimpwin-users/ and http://www.egroups.com/group/gimpwin-dev/ . Note that as these mailing lists are hosted on egroups.com, the messages from the list contain relatively unintrusive and easily ignored advertisements at the end. But if you are absolutely allergic to ads, don't subscribe. 3. IRC ====== And finally, for the real junkies, there is an IRC channel devoted to the GIMP. On Byxnet (a private mostly-GIMP network) there is #gimp. Many of the developers hang out there. One of the Byxnet servers are: irc.gimp.org:6667 4. Customizing ============== The look of GIMP's interface can be customized like any other GTK app by editing the ~/.gtkrc file or by using "themes" (ready-made customizations). For downloadable themes and further details, see http://gtk.themes.org. Additionally GIMP reads ~/.gimp-1.1/gtkrc so you can have settings that only apply to The GIMP. Included is a set of keybindings similar to those in Adobe Photoshop (tm). You can find them in the ps-menurc file. To use them, copy this file to ~/.gimp-1.1/menurc. You can also manually change the keybindings to any of your choice by editing ~/.gimp-1.1/menurc. 5. Bugs ======= We sincerely hope you enjoy the program. Please report problems to bugs@gimp.org. Before reporting a problem, you may want to see if someone else did already - check http://bugs.gnome.org/db/pa/lgimp.html for this. Have fun, Spencer Kimball Peter Mattis Federico Mena Manish Singh