1 .TH GIMP 1 "March 23 2008" "Version @GIMP_VERSION@" "GIMP Manual Pages"
4 gimp - an image manipulation and paint program.
9 [\-h] [\-\-help] [\-\-help-all] [\-\-help-gtk] [-v] [\-\-version]
10 [\-\-license] [\-\-verbose] [\-n] [\-\-new\-instance] [\-a] [\-\-as\-new]
11 [\-i] [\-\-no\-interface] [\-d] [\-\-no\-data] [\-f] [\-\-no\-fonts]
12 [\-s] [\-\-no\-splash] [\-\-no\-shm] [\-\-no\-cpu\-accel]
13 [\-\-display \fIdisplay\fP] [\-\-session \fI<name>\fP]
14 [\-g] [\-\-gimprc \fI<gimprc>\fP] [\-\-system\-gimprc \fI<gimprc>\fP]
15 [\-\-dump\-gimprc\fP] [\-\-console\-messages] [\-\-debug\-handlers]
16 [\-\-stack\-trace\-mode \fI<mode>\fP] [\-\-pdb\-compat\-mode \fI<mode>\fP]
17 [\-\-batch\-interpreter \fI<procedure>\fP] [\-b] [\-\-batch \fI<command>\fP]
23 GIMP is the \fIGNU Image Manipulation Program\fP. It is used to edit
24 and manipulate images. It can load and save a variety of image formats
25 and can be used to convert between formats.
27 GIMP can also be used as a paint program. It features a set of drawing
28 and painting tools such as airbrush, clone, pencil, and paint
29 brush. Painting and drawing tools can be applied to an image with a
30 variety of paint modes. It also offers an extensive array of
31 selection tools like rectangle, ellipse, fuzzy select, bezier select,
32 intelligent scissors, and select by color.
34 GIMP offers a variety of plug-ins that perform a variety of image
35 manipulations. Examples include bumpmap, edge detect, gaussian blur,
36 and many others. In addition, GIMP has several scripting extensions
37 which allow for advanced non-interactive processing and creation of
40 GIMP ships with a second binary called \fIgimp-console\fP. This binary
41 is a console-only version and behaves as if \fIgimp\fP was called with
42 the \-\-no\-interface command\-line option.
44 On platforms with the D-Bus message bus system, GIMP will by default check
45 if an instance is already running in this user session. If it detects that,
46 it will pass all filenames given on the command-line to the already running
47 GIMP instance and quit.
51 GIMP accepts the following options:
54 Show GIMP command\-line options.
57 Show all command\-line options.
60 Show GTK+ command\-line options.
63 Show GEGL command\-line options.
66 Output version information and exit. When combined with the \-\-verbose
67 option, version information about libraries used by GIMP is shown as well.
70 Output license information and exit.
73 Be verbose and create information on standard output.
75 .B \-n, \-\-new\-instance
76 Do not attempt to reuse an already running GIMP instance. Always start a
80 Open filenames passed on the command-line as new images, don't set the
83 .B \-i, \-\-no\-interface
84 Run without a user interface.
87 Do not load patterns, gradients, palettes, or brushes. Often useful
88 in non-interactive situations where startup time is to be minimized.
91 Do not load any fonts. No text functionality will be available if this
94 .B \-\-display \fIdisplay\fP
95 Use the designated X display.
97 .B \-s, \-\-no\-splash
98 Do not show the splash screen.
101 Do not use shared memory between GIMP and its plug-ins.
102 Instead of using shared memory, GIMP will send the data via pipe. This
103 will result in slower performance than using shared memory.
105 .B \-\-no\-cpu\-accel
106 Do not use CPU accelerations such as MMX or SSE even if GIMP detects
107 that your CPU provides this functionality.
109 .B \-\-session \fI<name>\fP
110 Use a different sessionrc for this GIMP session. The given session
111 name is appended to the default sessionrc filename.
113 .B \-g, \-\-gimprc \fI<gimprc>\fP
114 Use an alternative gimprc instead of the default one. Useful in
115 cases where plug-in paths or machine specs may be different.
117 .B \-\-system\-gimprc \fI<gimprc>\fP
118 Use an alternate system gimprc file.
121 Output a gimprc file with default settings.
123 .B \-\-debug\-handlers
124 Enable debugging signal handlers.
126 .B \-c, \-\-console\-messages
127 Do not popup dialog boxes on errors or warnings. Print the messages on
130 .B \-\-stack\-trace\-mode \fI{never|query|always}\fP
131 If a stack-trace should be generated in case of fatal signals.
133 .B \-\-pdb\-compat\-mode \fI{off|on|warn}\fP
134 If the PDB should provide aliases for deprecated functions.
136 .B \-\-batch-interpreter \fI<procedure>\fP
137 Specifies the procedure to use to process batch events. The default is
138 to let Script-Fu evaluate the commands.
140 .B \-b, \-\-batch \fI<command>\fP
141 Execute \fI<command>\fP non-interactively. This option may appear
142 multiple times. The \fI<command>\fP is passed to the batch
143 interpreter. When \fI<command>\fP is \fB-\fP the commands are read
148 GIMP respects a number of environment variables.
152 to get the default host and display number.
155 to get the name of the personal GIMP directory. If unset @manpage_gimpdir@ is
156 used. If this is an absolute path, it is used as is. If it is a
157 relative path, it is taken to be a subdirectory of \fB$XDG_CONFIG_HOME\fP.
160 to get the base location for data files such as brushes and patterns.
161 If unset @gimpdatadir@ is used.
164 to get the base location for translations. If unset @gimplocaledir@
168 to get the base location for plug-ins and modules. If unset
169 @gimpplugindir@ is used.
172 to get the location of configuration files. If unset @gimpsysconfdir@
175 On Linux GIMP can be compiled with support for binary relocatibility.
176 This will cause data, plug-ins and configuration files to be searched
177 relative to the location of the gimp executable file unless overridden
178 by the environment variables mentioned above.
182 GIMP's data files are stored in @gimpdatadir@, where ${datarootdir}
183 is set on install, but is typically /usr/share. GIMP's system-wide
184 configuration files are stored in @gimpsysconfdir@, where ${prefix}
187 Most GIMP configuration is read in from the user's init file,
188 @manpage_gimpdir@/gimprc. The system wide equivalent is in
189 @gimpsysconfdir@/gimprc. The system wide file is parsed first and the
190 user gimprc can override the system settings.
191 @gimpsysconfdir@/gimprc_user is the default gimprc placed in users'
192 home directories the first time GIMP is run.
194 @manpage_gimpdir@/devicerc - holds settings for input devices together
195 with the tool, colors, brush, pattern and gradient associated to that
198 @manpage_gimpdir@/gtkrc - users set of GIMP-specific GTK+ config
199 settings. Options such as widget color and fonts sizes can be set
202 @gimpsysconfdir@/gtkrc - system wide default set of GIMP-specific GTK+
205 @manpage_gimpdir@/menurc - user's set of keybindings.
207 @manpage_gimpdir@/parasiterc - Stores all persistent GIMP
208 parasites. This file will be rewritten every time you quit GIMP.
210 @manpage_gimpdir@/sessionrc - This file takes session-specific info
211 (that is info, you want to keep between two GIMP sessions). You are
212 not supposed to edit it manually, but of course you can do. This file
213 will be entirely rewritten every time you quit GIMP. If this file
214 isn't found, defaults are used.
216 @manpage_gimpdir@/templaterc - Image templates are kept in this
217 file. New images can conveniently created from these templates. If
218 this file isn't found, defaults are used.
220 @gimpsysconfdir@/unitrc - default user unit database. It contains the
221 unit definitions for centimeters, meters, feet, yards, typographic
222 points and typographic picas and is placed in users home directories
223 the first time GIMP is ran. If this file isn't found, defaults are
226 @manpage_gimpdir@/unitrc - This file contains your user unit
227 database. You can modify this list with the unit editor. You are not
228 supposed to edit it manually, but of course you can do. This file
229 will be entirely rewritten every time you quit GIMP.
231 @manpage_gimpdir@/plug-ins - location of user installed plug-ins.
233 @manpage_gimpdir@/pluginrc - plug-in initialization values are stored
234 here. This file is parsed on startup and regenerated if need be.
236 @manpage_gimpdir@/modules - location of user installed modules.
238 @manpage_gimpdir@/tmp - default location that GIMP uses as temporary
241 @gimpdatadir@/brushes - system wide brush files.
243 @manpage_gimpdir@/brushes - user created and installed brush
244 files. These files are in the .gbr, .gih or .vbr file formats.
246 @manpage_gimpdir@/curves - Curve profiles and presets as saved from
249 @manpage_gimpdir@/gimpressionist - Presets and user created brushes
250 and papers are stored here.
252 @manpage_gimpdir@/levels - Level profiles and presets as saved from
255 @gimpdatadir@/palettes - the system wide palette files.
257 @manpage_gimpdir@/palettes - user created and modified palette
258 files. This files are in the .gpl format.
260 @gimpdatadir@/patterns - basic set of patterns for use in GIMP.
262 @manpage_gimpdir@/patterns - user created and installed gimp pattern
263 files. This files are in the .pat format.
265 @gimpdatadir@/gradients - standard system wide set of gradient files.
267 @manpage_gimpdir@/gradients - user created and installed gradient
270 @gimpdatadir@/scripts - system wide directory of scripts
271 used in Script-Fu and other scripting extensions.
273 @manpage_gimpdir@/scripts - user created and installed scripts.
275 @gimpdatadir@/gflares - system wide directory used by the gflare
278 @manpage_gimpdir@/gflares - user created and installed gflare
281 @gimpdatadir@/gfig - system wide directory used by the gfig plug-in.
283 @manpage_gimpdir@/gfig - user created and installed gfig files.
285 @gimpdatadir@/images/gimp\-splash.png - the default image used for the
288 @gimpdatadir@/images/gimp\-logo.png - image used in the GIMP about
291 @gimpdatadir@/tips/gimp\-tips.xml - tips as displayed in the "Tip of
296 GIMP comes with a default image for the splash screen but it allows
297 system administrators and users to customize the splash screen by
298 providing other images. The image to be used with the splash screen is
302 GIMP tries to load a random splash screen from the directory
303 @manpage_gimpdir@/splashes.
305 It then falls back to using @manpage_gimpdir@/gimp\-splash.png.
307 If the user didn't install any custom splash images, a random image is
308 picked from @gimpdatadir@/splashes.
310 As a last resort, GIMP uses the default splash image located at
311 @gimpdatadir@/images/gimp\-splash.png.
314 .SH SUGGESTIONS AND BUG REPORTS
315 Any bugs found should be reported to the online bug-tracking system
316 available on the web at
317 https://gitlab.gnome.org/GNOME/gimp/issues. Before reporting bugs,
318 please check to see if the bug has already been reported.
320 When reporting GIMP bugs, it is important to include a reliable way to
321 reproduce the bug, version number of GIMP (and probably GTK+), OS name
322 and version, and any relevant hardware specs. If a bug is causing a
323 crash, it is very useful if a stack trace can be provided. And of
324 course, patches to rectify the bug are even better.
328 The canonical place to find GIMP info is at https://www.gimp.org/.
329 Here you can find links to just about many other GIMP sites,
330 tutorials, data sets, mailing list archives, and more.
332 There is also a GIMP User Manual available at https://docs.gimp.org/
333 that goes into much more detail about the interactive use of GIMP.
335 The latest versions of GIMP and the GTK+ libs are always available at
336 https://download.gimp.org/.
340 Spencer Kimball, Peter Mattis and the GIMP Development Team.
342 With patches, fixes, plug-ins, extensions, scripts, translations,
343 documentation and more from lots and lots of people all over the