diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-19 18:33:53 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-12-19 18:33:53 +0100 | 
| commit | da5f92dbdce7f4679f6aaa2f33c2461c973c2a0f (patch) | |
| tree | a4decb3fe97aba172c30db754559b23ce1bb0bbc /help/sr/dpi.page | |
| parent | fe44d759709d55ef406f799e55c0d0edd7c72ea1 (diff) | |
| parent | 42999abb9e2e1d13125f6d0e1c434e3235bf49a2 (diff) | |
Merge tag 'upstream/3.19.3'
Upstream version 3.19.3
Diffstat (limited to 'help/sr/dpi.page')
| -rw-r--r-- | help/sr/dpi.page | 56 | 
1 files changed, 56 insertions, 0 deletions
| diff --git a/help/sr/dpi.page b/help/sr/dpi.page new file mode 100644 index 0000000..1ff5def --- /dev/null +++ b/help/sr/dpi.page @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="utf-8"?> +<page xmlns="http://projectmallard.org/1.0/" type="guide" id="dpi" xml:lang="sr"> + +    <info> +        <link type="guide" xref="index#acquire"/> +    </info> +   +	<title>Setting the Scan Resolution</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> | 
