File: GuidePrinting.xml

package info (click to toggle)
geeqie 1%3A1.4%2Bgit20190121-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,580 kB
  • sloc: ansic: 97,007; xml: 11,439; sh: 1,529; cpp: 1,237; makefile: 563; awk: 160; perl: 131
file content (368 lines) | stat: -rw-r--r-- 12,281 bytes parent folder | download | duplicates (2)
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<?xml version="1.0" encoding="utf-8"?>
<chapter id="GuidePrinting">
  <title>Printing</title>
  <para>
    To print an image select
    <menuchoice>
      <shortcut>
        <keycombo>
          <keycap>Shift</keycap>
          <keycap>P</keycap>
        </keycombo>
      </shortcut>
      <guimenu>File</guimenu>
      <guimenuitem>Print</guimenuitem>
    </menuchoice>
    .
  </para>
  <para>The print dialog includes tabs that group related printing options, a preview pane, and a Print and Cancel button.</para>
  <section id="Layouttab">
    <title>Layout tab</title>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Source</guilabel>
        </term>
        <listitem>
          <para>This selects the group of images to use for print output.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Image</guilabel>
        </term>
        <listitem>
          <para>The file with the focus.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Selection</guilabel>
        </term>
        <listitem>
          <para>The files selected in the main window.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>All</guilabel>
        </term>
        <listitem>
          <para>All files listed in the main window.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Layout</guilabel>
        </term>
        <listitem>
          <para>Select one image per page, or a Proof sheet that will print multiple images per page.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Image size</guilabel>
        </term>
        <listitem>
          <para>When print one image per page, the size of the image in relation to the available print area.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Proof size</guilabel>
        </term>
        <listitem>
          <para>When printing a Proof sheet, the size of each image in Units (see Paper tab).</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </section>
  <section id="Texttab">
    <title>Text tab</title>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Name</guilabel>
        </term>
        <listitem>
          <para>Include the file name below each image.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Path</guilabel>
        </term>
        <listitem>
          <para>Include the full path of the file below each image.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Date</guilabel>
        </term>
        <listitem>
          <para>Include the file date below each image.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Size</guilabel>
        </term>
        <listitem>
          <para>Include the file size below each image.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Dimensions</guilabel>
        </term>
        <listitem>
          <para>Include the source image's pixel width and height below each image.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Font size</guilabel>
        </term>
        <listitem>
          <para>The font size to use for the text description of each image, in points.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </section>
  <section id="Papertab">
    <title>Paper tab</title>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Format</guilabel>
        </term>
        <listitem>
          <para>The size of the paper in the printer's paper tray. Many common sizes are provided, however if the paper size is not listed selected the Custom format and enter the paper size in Size below.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Size</guilabel>
        </term>
        <listitem>
          <para>The size of the selected paper format, in Units (below). These numbers can be changed when the paper Format is Custom.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Units</guilabel>
        </term>
        <listitem>
          <para>Select the units for Geeqie to use when conveying measurements of length for paper size, margins, and images sizes to the user.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Orientation</guilabel>
        </term>
        <listitem>
          <para>Select portrait or landscape print output.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Margins</guilabel>
        </term>
        <listitem>
          <para>These values specify the size of the paper edges not to be included in the print region, in Units (above).</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </section>
  <section id="Printertab">
    <title>Printer tab</title>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Destination</guilabel>
        </term>
        <listitem>
          <para>Use this to select the destination of the print output.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Default printer</guilabel>
        </term>
        <listitem>
          <para>Prints to the system default printer.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Custom printer</guilabel>
        </term>
        <listitem>
          <para>Prints to the printer using the command defined in Custom printer (below).</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Postscript file</guilabel>
        </term>
        <listitem>
          <para>Writes using the postscript format to named File (below).</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Image file</guilabel>
        </term>
        <listitem>
          <para>Writes using the selected File format (below) to named File (below).</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Custom printer</guilabel>
        </term>
        <listitem>
          <para>The command to use when Destination is selected as Custom printer. For convenience, the drop down list includes printers available for use by the printing subsystem.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>File</guilabel>
        </term>
        <listitem>
          <para>The file to use for output when Destination is Postscript file or Image file.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>File format</guilabel>
        </term>
        <listitem>
          <para>The image format to use when Destination is Image file.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>DPI</guilabel>
        </term>
        <listitem>
          <para>Abbreviation for Dots Per Inch. When the Destination is a printer or postscript file, this defines the maximum DPI to use when outputting image data. For example if the Destination printer is only capable of 600 DPI, but the resulting image to print is 1200 DPI, Geeqie will scale the image down to 600 DPI before sending it to the printer. This can greatly reduce the size of a print job when printing Proof Sheets or very large images.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </section>
  <section id="Preview">
    <title>Preview</title>
    <para>The preview displays a small version of the output that will result with the current settings. The preview will update whenever a setting is changed that will effect the print output.</para>
    <para>The preview will indicate the number of pages that will be printed, to see a preview of a specific page change to that page by activating the left or right arrow buttons located below the preview.</para>
    <para>The size of the preview can be changed using the three zoom buttons located below the preview.</para>
    <para>
      The preview includes several reference lines that are
      <emphasis role="i">not included</emphasis>
      in the final print:
    </para>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Reference grid</guilabel>
        </term>
        <listitem>
          <para>Light gray lines that form a grid over the entire page, the spacing between these lines is dependent on the current measurement unit:</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Inch</guilabel>
        </term>
        <listitem>
          <para>1 inch.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Points</guilabel>
        </term>
        <listitem>
          <para>72 points.</para>
        </listitem>
      </varlistentry>
      <varlistentry>
        <term>
          <guilabel>Centimeters or Millimeters</guilabel>
        </term>
        <listitem>
          <para>1 centimeter.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Margins</guilabel>
        </term>
        <listitem>
          <para>Blue lines along each edge of the page represent the location of the print margins, the non-printable area of the page is also gray.</para>
        </listitem>
      </varlistentry>
    </variablelist>
    <variablelist>
      <varlistentry>
        <term>
          <guilabel>Proof sheet grid</guilabel>
        </term>
        <listitem>
          <para>When the layout is set to Proof sheet, each proof location is indicated with a red rectangle.</para>
        </listitem>
      </varlistentry>
    </variablelist>
  </section>
  <section id="Rememberprintsettings">
    <title>Remember print settings</title>
    <para>Enable this check box to retain the current settings as the default for the print dialog. This option only retains the settings when a print operation is started by activating the print button. In addition, only the settings relevant to the current print operation will be retained.</para>
  </section>
  <section id="Printbutton">
    <title>Print button</title>
    <para>Activate the print button to start the print job, the dialog will change to display the progress as images are sent to the selected print destination.</para>
  </section>
  <section id="Cancelbutton">
    <title>Cancel button</title>
    <para>Activate this button to close the print dialog, no printing will be performed.</para>
  </section>
</chapter>