app: s/sprintf/g_snprintf/ in xcf_save_image()
[gimp.git] / docs / gimp.1.in
blob6bc6110511da680a7bd8303b5c7d739afbda25c2
1 .TH GIMP 1 "March 23 2008" "Version @GIMP_VERSION@" "GIMP Manual Pages"
3 .SH NAME
4 gimp - an image manipulation and paint program.
7 .SH SYNOPSIS
8 .B gimp
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]
18 [\fIfilename\fP] ...
21 .SH DESCRIPTION
22 .PP
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.
26 .PP
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.
33 .PP
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
38 images.
39 .PP
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.
43 .PP
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. 
50 .SH OPTIONS
51 GIMP accepts the following options:
52 .TP 8
53 .B  \-h, \-\-help
54 Show GIMP command\-line options.
55 .TP 8
56 .B  \-\-help\-all
57 Show all command\-line options.
58 .TP 8
59 .B  \-\-help-gtk
60 Show GTK+ command\-line options.
61 .TP 8
62 .B  \-\-help-gegl
63 Show GEGL command\-line options.
64 .TP 8
65 .B \-v, \-\-version
66 Output version information and exit. When combined with the \-\-verbose
67 option, version information about libraries used by GIMP is shown as well.
68 .TP 8
69 .B \-\-license
70 Output license information and exit.
71 .TP 8
72 .B \-\-verbose
73 Be verbose and create information on standard output.
74 .TP 8
75 .B \-n, \-\-new\-instance
76 Do not attempt to reuse an already running GIMP instance. Always start a
77 new one.
78 .TP 8
79 .B \-a, \-\-as\-new
80 Open filenames passed on the command-line as new images, don't set the
81 filename on them.
82 .TP 8
83 .B \-i, \-\-no\-interface
84 Run without a user interface.
85 .TP 8
86 .B \-d, \-\-no\-data
87 Do not load patterns, gradients, palettes, or brushes. Often useful
88 in non-interactive situations where startup time is to be minimized.
89 .TP 8
90 .B \-f, \-\-no\-fonts
91 Do not load any fonts. No text functionality will be available if this
92 option is used.
93 .TP 8
94 .B \-\-display \fIdisplay\fP
95 Use the designated X display.
96 .TP 8
97 .B \-s, \-\-no\-splash
98 Do not show the splash screen.
99 .TP 8
100 .B \-\-no\-shm
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.
104 .TP 8
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.
108 .TP 8
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.
112 .TP 8
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.
116 .TP 8
117 .B \-\-system\-gimprc \fI<gimprc>\fP
118 Use an alternate system gimprc file.
119 .TP 8
120 .B \-\-dump\-gimprc
121 Output a gimprc file with default settings.
122 .TP 8
123 .B \-\-debug\-handlers
124 Enable debugging signal handlers.
125 .TP 8
126 .B \-c, \-\-console\-messages
127 Do not popup dialog boxes on errors or warnings. Print the messages on
128 the console instead.
129 .TP 8
130 .B \-\-stack\-trace\-mode \fI{never|query|always}\fP
131 If a stack-trace should be generated in case of fatal signals.
132 .TP 8
133 .B \-\-pdb\-compat\-mode \fI{off|on|warn}\fP
134 If the PDB should provide aliases for deprecated functions.
135 .TP 8
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.
139 .TP 8
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
144 from standard input.
147 .SH ENVIRONMENT
148 GIMP respects a number of environment variables.
150 .TP 8
151 .B DISPLAY
152 to get the default host and display number.
153 .TP 8
154 .B GIMP3_DIRECTORY
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.
158 .TP 8
159 .B GIMP3_DATADIR
160 to get the base location for data files such as brushes and patterns.
161 If unset @gimpdatadir@ is used.
162 .TP 8
163 .B GIMP3_LOCALEDIR
164 to get the base location for translations. If unset @gimplocaledir@
165 is used.
166 .TP 8
167 .B GIMP3_PLUGINDIR
168 to get the base location for plug-ins and modules. If unset
169 @gimpplugindir@ is used.
170 .TP 8
171 .B GIMP3_SYSCONFDIR
172 to get the location of configuration files. If unset @gimpsysconfdir@
173 is used.
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.
181 .SH FILES
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}
185 is typically /usr.
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
196 device.
198 @manpage_gimpdir@/gtkrc - users set of GIMP-specific GTK+ config
199 settings. Options such as widget color and fonts sizes can be set
200 here.
202 @gimpsysconfdir@/gtkrc - system wide default set of GIMP-specific GTK+
203 config settings.
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
224 used.
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
239 space.
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
247 the Curves tool.
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
253 the Levels tool.
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
268 files.
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
276 plug-in.
278 @manpage_gimpdir@/gflares - user created and installed gflare
279 files.
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
286 GIMP splash screen.
288 @gimpdatadir@/images/gimp\-logo.png - image used in the GIMP about
289 dialog.
291 @gimpdatadir@/tips/gimp\-tips.xml - tips as displayed in the "Tip of
292 the Day" dialog box.
295 .SH SPLASH IMAGES
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
299 chosen as follows:
301 .IP 1.
302 GIMP tries to load a random splash screen from the directory
303 @manpage_gimpdir@/splashes.
304 .IP 2.
305 It then falls back to using @manpage_gimpdir@/gimp\-splash.png.
306 .IP 3.
307 If the user didn't install any custom splash images, a random image is
308 picked from @gimpdatadir@/splashes.
309 .IP 4.
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.
327 .SH OTHER INFO
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/.
339 .SH AUTHORS
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
344 world.
347 .SH "SEE ALSO"
348 .BR gimprc (5),
349 .BR gimptool (1),