diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:45:44 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2024-06-30 20:45:44 +0200 |
commit | bca1cc8681bbaf662dabc961f84b06adc1255e08 (patch) | |
tree | 9c387fef03143f2f5f809672bf51e6495f874050 /help/C/quality.page | |
parent | a675d0fb9f307b714d0b9cf19690d2b08b666d7c (diff) | |
parent | 26d8dd51f3ecc4bd6861ed5155acb3090a1983d4 (diff) |
Update upstream source from tag 'upstream/46.0'
Update to upstream version '46.0'
with Debian dir a64ff9f87cc10b162225618b62823763d5ea1d65
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> |