diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:46:13 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:46:13 +0200 |
commit | 9b3a82a302bd88c64bb714b009d223f8683f7178 (patch) | |
tree | 9c387fef03143f2f5f809672bf51e6495f874050 /help/C/quality.page | |
parent | a675d0fb9f307b714d0b9cf19690d2b08b666d7c (diff) | |
parent | bca1cc8681bbaf662dabc961f84b06adc1255e08 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'help/C/quality.page')
-rw-r--r-- | help/C/quality.page | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/help/C/quality.page b/help/C/quality.page index 8132e1e..617ab19 100644 --- a/help/C/quality.page +++ b/help/C/quality.page @@ -18,9 +18,24 @@ <title>Setting the Image Quality</title> <p> - You can adjust the image quality that is used when the scan is converted to a file by changing this setting in the save dialog. + You can adjust the image quality that is used when the scan is converted to a file by changing this setting in the preferences dialog. Using a low quality will result in a small file size but may show some blurring or blockiness in the image. A high quality will keep all the scanned information but require a larger file size. See the <link href="https://en.wikipedia.org/wiki/Lossy_compression">Lossy compression Wikipedia page</link> for more information. </p> + + <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>In <gui style="group">Quality</gui> section drag the <gui>Compression</gui> slider.</p> + </item> + <item> + <p>Close the dialog.</p> + <media type="image" src="figures/preferences.png" /> + </item> + </steps> + </page> |