blob: 95236756d0fcdfa0caae9aacfef38f7bf1fe8a1a (
plain)
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
|
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="dpi" xml:lang="zh-TW">
<info>
<link type="guide" xref="index#acquire"/>
</info>
<title>設定掃描解析度</title>
<p>
The default resolution for document type <gui><em>Text</em></gui> is 150 dpi (dots per inch)
and for document type <gui><em>Photo</em></gui> is 300 dpi. You can change these settings
from the <guiseq><gui>Document</gui><gui>Preferences</gui></guiseq> menu.
</p>
<media type="image" src="figures/preferences.png"/>
<p>The available scanning resolutions for both document types (Text and Photo) are the same
and are listed in the following table:</p>
<table frame="bottom left right" rules="rows cols" shade="rows">
<tr>
<td><p><em>Text Resolution</em></p></td>
<td><p><em>Photo Resolution</em></p></td>
</tr>
<tr>
<td><p>75 dpi (draft)</p></td>
<td><p>75 dpi (draft)</p></td>
</tr>
<tr>
<td><p>150 dpi (default)</p></td>
<td><p>150 dpi</p></td>
</tr>
<tr>
<td><p>300 dpi</p></td>
<td><p>300 dpi (default)</p></td>
</tr>
<tr>
<td><p>600 dpi</p></td>
<td><p>600 dpi</p></td>
</tr>
<tr>
<td><p>1200 dpi (high resolution)</p></td>
<td><p>1200 dpi (high resolution)</p></td>
</tr>
<tr>
<td><p>2400 dpi</p></td>
<td><p>2400 dpi</p></td>
</tr>
</table>
<note style="important"><p><gui><em>Text</em></gui> documents are always scanned in black
and white, while <gui><em>Photo</em></gui> documents are always scanned in color, at any
resolution!</p>
</note>
</page>
|