diff options
Diffstat (limited to 'help/C/dpi.page')
| -rw-r--r-- | help/C/dpi.page | 38 | 
1 files changed, 31 insertions, 7 deletions
| diff --git a/help/C/dpi.page b/help/C/dpi.page index ea8deeb..92ecea7 100644 --- a/help/C/dpi.page +++ b/help/C/dpi.page @@ -1,8 +1,18 @@ -<page xmlns="http://projectmallard.org/1.0/" +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"        type="guide"        id="dpi">      <info> +        <revision pkgversion="3.35.90" date="2020-02-07"/> +        <credit type="author" its:translate="no"> +            <name>Robert Ancell</name> +            <email>robert.ancell@gmail.com</email> +        </credit> +        <credit type="author" its:translate="no"> +            <name>Ali Shtarbanov</name> +            <email>ametedinov@gmail.com</email> +        </credit> +        <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />          <link type="guide" xref="index#acquire"/>      </info> @@ -10,18 +20,32 @@      <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. +    and for document type <gui><em>Image</em></gui> is 300 dpi. To change these settings:      </p> -    <media type="image" src="figures/preferences.png"/> + +    <steps> +      <item> +        <p>Press the menu button in the top-right corner of the window and select +        <gui style="menuitem">Preferences</gui>.</p> +      </item> +      <item> +        <p>Select <gui style="tab">Quality</gui>.</p> +      </item> +      <item> +        <p>Change the <gui>Text Resolution</gui> or <gui>Image Resolution</gui> value.</p> +      </item> +      <item> +        <p>Close the dialog.</p> +      </item> +    </steps> -    <p>The available scanning resolutions for both document types (Text and Photo) are the same +    <p>The available scanning resolutions for both document types (Text and Image) 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> +		<td><p><em>Image Resolution</em></p></td>  	</tr>  	<tr>  		<td><p>75 dpi (draft)</p></td> @@ -50,7 +74,7 @@      </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 +      and white, while <gui><em>Image</em></gui> documents are always scanned in color, at any        resolution!</p>      </note> | 
