File: ch02s02.html

package info (click to toggle)
gimp-help 2%2B0.7-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 30,852 kB
  • ctags: 4
  • sloc: xml: 104,248; sh: 544; makefile: 262; perl: 42
file content (212 lines) | stat: -rw-r--r-- 8,073 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>2. Running Gimp</title>
    <link rel="stylesheet" href="gimp-help-plain.css" type="text/css" />
    <link rel="stylesheet" href="gimp-help-screen.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.66.1" />
    <link rel="start" href="index.html" title="&#10;      &#10;    " />
    <link rel="up" href="ch02.html" title="Chapter 2. Using Gimp" />
    <link rel="prev" href="ch02.html" title="Chapter 2. Using Gimp" />
    <link rel="next" href="ch02s03.html" title="3. Basic Gimp Usage" />
  </head>
  <body>
    <div xmlns="" class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center" id="chaptername">2. Running Gimp</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td>
          <th width="60%" align="center" id="sectionname">2. Running Gimp</th>
          <td width="20%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="sect1" lang="en" xml:lang="en">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title" style="clear: both"><a id="gimp-running"></a>2. Running Gimp</h2>
          </div>
        </div>
      </div>
      <a id="id3304843" class="indexterm"></a>
      <p>
    Most often, you start Gimp either by clicking on an icon (if your
    system is set up to provide you with one), or by typing
    <span><b class="command">gimp</b></span> on a command line.  If you have multiple
    versions of the Gimp installed, you may need to type
    <span><b class="command">gimp-2.2</b></span> to get the latest version. You can,
    if you want, give a list of image files on the command line after
    the program name, and they will automatically be opened by Gimp as
    it starts. It is also possible, though, to open files from within
    Gimp once it is running. 
  </p>
      <p>
    In most operating systems, you can set things up so that various
    types of image files are "associated" with Gimp, and cause it to
    start automatically when icons for them are double-clicked.  
  </p>
      <div class="tip" style="margin-left: 0.5in; margin-right: 0.5in;">
        <table border="0" summary="Tip">
          <tr>
            <td rowspan="2" align="center" valign="top" width="25">
              <img alt="[Tip]" src="../images/tip.png" />
            </td>
            <th align="left">Tip</th>
          </tr>
          <tr>
            <td colspan="2" align="left" valign="top">
              <p>
      If you want to cause a certain file type to automatically open in
      Gimp, you should associate it with "gimp-remote" rather than with
      "gimp".  The gimp-remote program is an auxiliary that comes with
      gimp.  If gimp is not already running on the system when
      gimp-remote is executed, it is started and the image given as
      argument to gimp-remote is loaded.  If gimp is already running,
      though, the image is simply loaded into the already-running
      program. 
    </p>
            </td>
          </tr>
        </table>
      </div>
      <div class="simplesect" lang="en" xml:lang="en">
        <div class="titlepage">
          <div>
            <div>
              <h3 class="title"><a id="id3305898"></a>Command Line Arguments</h3>
            </div>
          </div>
        </div>
        <p>
      Ordinarily you don't need to give any arguments when starting
      Gimp, but here is a list of some that may at one time or anther be
      useful.  This is not a complete list; on Unix systems you can get
      a complete list by running <b class="userinput"><tt>man gimp</tt></b> in a
      terminal window.
    </p>
        <div class="variablelist">
          <dl>
            <dt>
              <span class="term">-h, --help</span>
            </dt>
            <dd>
              <p>
            Display a list of all commandline options.
          </p>
            </dd>
            <dt>
              <span class="term">-v, --version</span>
            </dt>
            <dd>
              <p>
            Print the version of Gimp being used, and exit.
          </p>
            </dd>
            <dt>
              <span class="term">--verbose</span>
            </dt>
            <dd>
              <p>
            Show detailed startup messages.
          </p>
            </dd>
            <dt>
              <span class="term">-d, --no-data</span>
            </dt>
            <dd>
              <p>
            Do  not  load  patterns, gradients, palettes, or brushes.
            Often useful in non-interactive situations where startup
            time  is  to be minimized.
          </p>
            </dd>
            <dt>
              <span class="term">--display <i class="replaceable"><tt>display</tt></i></span>
            </dt>
            <dd>
              <p>
            Use the designated X display (does not apply to
            Gimp on Microsoft Windows).
          </p>
            </dd>
            <dt>
              <span class="term">-s, --no-splash</span>
            </dt>
            <dd>
              <p>
            Do not show the splash screen while starting.
          </p>
            </dd>
            <dt>
              <span class="term">--session <i class="replaceable"><tt>name</tt></i></span>
            </dt>
            <dd>
              <p>
            Use a different sessionrc for this GIMP session. The
            given session name is appended to the default sessionrc
            filename.
          </p>
            </dd>
            <dt>
              <span class="term">-g, --gimprc <i class="replaceable"><tt>gimprc</tt></i></span>
            </dt>
            <dd>
              <p>
            Use an alternative gimprc instead of the default one. The
            "gimprc" file contains a record of your preferences.
            Useful in cases where plugins paths or machine specs may be
            different.
          </p>
            </dd>
            <dt>
              <span class="term">-c, --console-messages</span>
            </dt>
            <dd>
              <p>
            Do not popup dialog boxes on errors or warnings. Print
            the messages on the console instead.
          </p>
            </dd>
            <dt>
              <span class="term">-b, --batch <i class="replaceable"><tt>commands</tt></i></span>
            </dt>
            <dd>
              <p>
             Execute the set of commands non-interactively.  The  set
             of commands  is  typically  in  the form of a script that
             can be executed by one of the GIMP scripting  extensions.
             When  commands is <b class="userinput"><tt>-</tt></b>, the commands
             are read from standard input.
          </p>
            </dd>
          </dl>
        </div>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="ch02.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Chapter 2. Using <span class="acronym">Gimp</span> </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> 3. Basic Gimp Usage</td>
        </tr>
      </table>
    </div>
  </body>
</html>