mirror of https://github.com/GNOME/gimp.git
274 lines
9.5 KiB
Groff
274 lines
9.5 KiB
Groff
.TH GIMP 1 "March 23 2004" "Version @GIMP_VERSION@" "GIMP Manual Pages"
|
|
.SH NAME
|
|
gimp - an image manipulation and paint program.
|
|
.SH SYNOPSIS
|
|
.B gimp
|
|
[\-h] [\-\-help] [-v] [\-\-version] [\-\-verbose] [\-\-no\-shm]
|
|
[\-\-no\-cpu\-accel] [\-\-display \fIdisplay\fP] [\-d] [\-\-no\-data]
|
|
[\-f] [\-\-no\-fonts] [\-i] [\-\-no\-interface] [\-s] [\-\-no\-splash]
|
|
[\-\-session \fI<name>\fP] [\-g] [\-\-gimprc \fI<gimprc>\fP]
|
|
[\-\-system\-gimprc \fI<gimprc>\fP] [\-\-dump\-gimprc\fP]
|
|
[\-\-console\-messages] [\-\-debug\-handlers]
|
|
[\-\-batch\-interpreter \fI<procedure>\fP] [\-b] [\-\-batch \fI<commands>\fP]
|
|
[\fIfilename\fP] ...
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
The \fIGIMP\fP is the GNU Image Manipulation Program. It is used to
|
|
edit and manipulate images. It can load and save a variety of image
|
|
formats and can be used to convert between formats.
|
|
.PP
|
|
GIMP can also be used as a paint program. It features a set of drawing
|
|
and painting tools such as airbrush, clone, pencil, and paint
|
|
brush. Painting and drawing tools can be applied to an image with a
|
|
variety of paint modes. It also offers an extensive array of
|
|
selection tools like rectangle, ellipse, fuzzy select, bezier select,
|
|
intelligent scissors, and select by color.
|
|
.PP
|
|
GIMP offers a variety of plugins that perform a variety of image
|
|
manipulations. Examples include bumpmap, edge detect, gaussian blur,
|
|
and many others.
|
|
.PP
|
|
In addition, GIMP has several scripting extension which allow for
|
|
advanced non-interactive processing and creation of images.
|
|
|
|
.SH OPTIONS
|
|
.l
|
|
The \fIgimp\fP accepts the following options:
|
|
.TP 8
|
|
.B \-h, \-\-help
|
|
Display a list of all commandline options.
|
|
.TP 8
|
|
.B \-v, \-\-version
|
|
Output the version info.
|
|
.TP 8
|
|
.B \-\-verbose
|
|
Show startup messages.
|
|
.TP 8
|
|
.B \-\-no\-shm
|
|
Do not use shared memory between GIMP and its plugins.
|
|
Instead of using shared memory, GIMP will send the data via pipe. This
|
|
will result in slower performance than using shared memory.
|
|
.TP 8
|
|
.B \-\-no\-cpu\-accel
|
|
Do not use CPU accelerations such as MMX or SSE even if GIMP detects
|
|
that your CPU provides this functionality.
|
|
.TP 8
|
|
.B \-d, \-\-no\-data
|
|
Do not load patterns, gradients, palettes, or brushes. Often useful
|
|
in non-interactive situations where startup time is to be minimized.
|
|
.TP 8
|
|
.B \-f, \-\-no\-fonts
|
|
Do not load any fonts. No text functionality will be available if this
|
|
option is used.
|
|
.TP 8
|
|
.B \-i, \-\-no-interface
|
|
Run without a user interface.
|
|
.TP 8
|
|
.B \-\-display \fIdisplay\fP
|
|
Use the designated X display.
|
|
.TP 8
|
|
.B \-s, \-\-no\-splash
|
|
Do not show the splash screen.
|
|
.TP 8
|
|
.B \-\-session \fI<name>\fP
|
|
Use a different sessionrc for this GIMP session. The given session
|
|
name is appended to the default sessionrc filename.
|
|
.TP 8
|
|
.B \-g, \-\-gimprc \fI<gimprc>\fP
|
|
Use an alternative gimprc instead of the default one. Useful in
|
|
cases where plugins paths or machine specs may be different.
|
|
.TP 8
|
|
.B \-\-system\-gimprc \fI<gimprc>\fP
|
|
Use an alternate system gimprc file.
|
|
.TP 8
|
|
.B \-\-dump\-gimprc
|
|
Output a gimprc file with default settings.
|
|
.TP 8
|
|
.B \-\-debug\-handlers
|
|
Enable debugging signal handlers.
|
|
.TP 8
|
|
.B \-c, \-\-console\-messages
|
|
Do not popup dialog boxes on errors or warnings. Print the messages on
|
|
the console instead.
|
|
.TP 8
|
|
.B \-\-stack\-trace\-mode \fI{never|query|always}\fP
|
|
If a stack-trace should be generated in case of fatal signals.
|
|
.TP 8
|
|
.B \-\-pdb\-compat\-mode \fI{off|on|warn}\fP
|
|
If the PDB should provide aliases for deprecated functions.
|
|
.TP 8
|
|
.B \-\-batch-interpreter \fI<procedure>\fP
|
|
Speficies the procedure to use to process batch events. The default is
|
|
to let Script-Fu evaluate the commands.
|
|
.TP 8
|
|
.B \-b, \-\-batch \fI<commands>\fP
|
|
Execute the set of \fI<commands>\fP non-interactively. The set
|
|
of \fI<commands>\fP is typically in the form of a script that
|
|
can be executed by one of the GIMP scripting extensions. When
|
|
\fI<commands>\fP is \fB-\fP the commands are read from standard
|
|
input.
|
|
.TP 8
|
|
|
|
.SH ENVIRONMENT
|
|
.PP
|
|
.TP 8
|
|
.B DISPLAY
|
|
to get the default host and display number.
|
|
.TP 8
|
|
.B XENVIRONMENT
|
|
to get the name of a resource file that overrides the global resources
|
|
stored in the RESOURCE_MANAGER property.
|
|
.SH FILES
|
|
|
|
GIMP's data files are stored in @gimpdatadir@, where ${prefix}
|
|
is set on install, but is typically /usr/local. GIMP's system-wide
|
|
configuration files are stored in @gimpsysconfdir@.
|
|
Most GIMP configuration is read in from the user's init file,
|
|
\fB$HOME\fP/@gimpdir@/gimprc. The system wide equivalent is in
|
|
@sysconfdir@/gimprc. The system wide file is parsed
|
|
first and the user gimprc can override the system settings.
|
|
@sysconfdir@/gimprc_user is the default gimprc
|
|
placed in users' home directories the first time GIMP is run.
|
|
|
|
\fB$HOME\fP/@gimpdir@/devicerc - holds settings for input devices
|
|
together with the tool, colors, brush, pattern and gradient
|
|
associated to that device.
|
|
|
|
\fB$HOME\fP/@gimpdir@/documents - lists all images that have been
|
|
opened or saved using GIMP.
|
|
|
|
\fB$HOME\fP/@gimpdir@/gtkrc - users set of gimp-specific GTK config
|
|
settings. Options such as widget color and fonts sizes can be set
|
|
here.
|
|
|
|
@gimpsysconfdir@/gtkrc - sytem wide default set of gimp-specific GTK+
|
|
config settings.
|
|
|
|
\fB$HOME\fP/@gimpdir@/menurc - user's set of keybindings.
|
|
|
|
\fB$HOME\fP/@gimpdir@/parasiterc - Description of all available GIMP
|
|
parasites. This is file is recreated everytime GIMP starts up.
|
|
|
|
\fB$HOME\fP/@gimpdir@/sessionrc - This file takes session-specific
|
|
info (that is info, you want to keep between two gimp-sessions). You
|
|
are not supposed to edit it manually, but of course you can do. This
|
|
file will be entirely rewritten every time you quit the GIMP. If this
|
|
file isn't found, defaults are used.
|
|
|
|
\fB$HOME\fP/@gimpdir@/templaterc - Image templates are kept in this
|
|
file. New images can conveniently created from these templates. If
|
|
this file isn't found, defaults are used.
|
|
|
|
@gimpsysconfdir@/unitrc - default user unit database. It contains the
|
|
unit definitions for centimeters, meters, feet, yards, typographic
|
|
points and typographic picas and is placed in users home directories
|
|
the first time the GIMP is ran. If this file isn't found, defaults are
|
|
used.
|
|
|
|
\fB$HOME\fP/@gimpdir@/unitrc - This file contains your user unit
|
|
database. You can modify this list with the unit editor. You are not
|
|
supposed to edit it manually, but of course you can do. This file
|
|
will be entirely rewritten every time you quit the GIMP.
|
|
|
|
\fB$HOME\fP/@gimpdir@/plug-ins - location of user installed plugins.
|
|
|
|
\fB$HOME\fP/@gimpdir@/pluginrc - plugin initialization values are
|
|
stored here. This file is parsed on startup and regenerated if need
|
|
be.
|
|
|
|
\fB$HOME\fP/@gimpdir@/modules - location of user installed modules.
|
|
|
|
\fB$HOME\fP/@gimpdir@/tmp - default location that GIMP uses as
|
|
temporary space.
|
|
|
|
@gimpdatadir@/brushes - system wide brush files.
|
|
|
|
\fB$HOME\fP/@gimpdir@/brushes - user created and installed brush
|
|
files. These files are in the .gbr, .gih or .vbr file formats.
|
|
|
|
\fB$HOME\fP/@gimpdir@/curves - Curve profiles and presets as saved from
|
|
the Curves tool.
|
|
|
|
\fB$HOME\fP/@gimpdir@/gimpressionist - Presets and user created brushes
|
|
and papers are stored here.
|
|
|
|
\fB$HOME\fP/@gimpdir@/levels - Level profiles and presets as saved from
|
|
the Levels tool.
|
|
|
|
@gimpdatadir@/palettes - the system wide palette files.
|
|
|
|
\fB$HOME\fP/@gimpdir@/palettes - user created and modified palette
|
|
files. This files are in the .gpl format.
|
|
|
|
@gimpdatadir@/patterns - basic set of patterns for use in GIMP.
|
|
|
|
\fB$HOME\fP/@gimpdir@/patterns - user created and installed gimp
|
|
pattern files. This files are in the .pat format.
|
|
|
|
@gimpdatadir@/gradients - standard system wide set of gradient files.
|
|
|
|
\fB$HOME\fP/@gimpdir@/gradients - user created and installed gradient
|
|
files.
|
|
|
|
@gimpdatadir@/scripts - system wide directory of scripts
|
|
used in Script-Fu and other scripting extensions.
|
|
|
|
\fB$HOME\fP/@gimpdir@/scripts - user created and installed scripts.
|
|
|
|
@gimpdatadir@/gflares - system wide directory used by the gflare
|
|
plug-in.
|
|
|
|
\fB$HOME\fP/@gimpdir@/gflares - user created and installed gflare
|
|
files.
|
|
|
|
@gimpdatadir@/gfig - system wide directory used by the gfig plug-in.
|
|
|
|
\fB$HOME\fP/@gimpdir@/gfig - user created and installed gfig files.
|
|
|
|
@gimpdatadir@/images/gimp-splash.png - image used for the GIMP splash
|
|
screen. If a file called gimp-splash.png is found in
|
|
\fB$HOME\fP/@gimpdir@/, then that image is used instead.
|
|
|
|
@gimpdatadir@/images/gimp_logo.png - image used in the GIMP about
|
|
dialog.
|
|
|
|
@gimpdatadir@/tips/gimp-tips.xml - tips as displayed in the "Tip of
|
|
the Day" dialog box.
|
|
|
|
.SH SUGGESTIONS AND BUG REPORTS
|
|
Any bugs found should be reported to the online bug-tracking system
|
|
available on the web at http://bugzilla.gnome.org/. Before reporting
|
|
bugs, please check to see if the bug has already been reported.
|
|
|
|
When reporting GIMP bugs, it is important to include a reliable way to
|
|
reproduce the bug, version number of GIMP (and probably GTK), OS name
|
|
and version, and any relevant hardware specs. If a bug is causing a
|
|
crash, it is very useful if a stack trace can be provided. And of
|
|
course, patches to rectify the bug are even better.
|
|
|
|
.SH OTHER INFO
|
|
|
|
The canonical place to find GIMP info is at http://www.gimp.org/.
|
|
Here you can find links to just about many other GIMP sites,
|
|
tutorials, data sets, mailing list archives, and more.
|
|
|
|
There is also a GIMP User Manual available at
|
|
http://manual.gimp.org/ that goes into much more detail
|
|
about the interactive use of GIMP.
|
|
|
|
The latest version of GIMP and the GTK+ libs is always available at
|
|
ftp://ftp.gimp.org/.
|
|
|
|
.SH AUTHORS
|
|
Spencer Kimball and Peter Mattis.
|
|
|
|
With patches, fixes, plugins, extensions, scripts,
|
|
translations, documentation, and more from lots
|
|
and lots of people all over the world.
|
|
|
|
.SH "SEE ALSO"
|
|
.BR gimprc (5),
|
|
.BR gimptool (1),
|
|
.BR gimp-remote (1)
|