diff options
author | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:28:26 +0100 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2013-10-05 15:28:26 +0100 |
commit | 2d71d20a62ca8f6989d86db58ce64c7a862675dd (patch) | |
tree | 534c40e7c4b35662d60e261898b6b1ebd5724bed /data/org.gnome.SimpleScan.gschema.xml.in | |
parent | 695f537db79b0921621b54998ae46f331fff9105 (diff) |
Imported Upstream version 3.10.0upstream/3.10.0
Diffstat (limited to 'data/org.gnome.SimpleScan.gschema.xml.in')
-rw-r--r-- | data/org.gnome.SimpleScan.gschema.xml.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/org.gnome.SimpleScan.gschema.xml.in b/data/org.gnome.SimpleScan.gschema.xml.in index 2a6047f..da50c8a 100644 --- a/data/org.gnome.SimpleScan.gschema.xml.in +++ b/data/org.gnome.SimpleScan.gschema.xml.in @@ -63,6 +63,16 @@ <_summary>Height of paper in tenths of a mm</_summary> <_description>The height of the paper in tenths of a mm (or 0 for automatic paper detection).</_description> </key> + <key name="brightness" type="i"> + <default>0</default> + <_summary>Brightness of scan</_summary> + <_description>The brightness adjustment from -100 to 100 (0 being none).</_description> + </key> + <key name="contrast" type="i"> + <default>0</default> + <_summary>Contrast of scan</_summary> + <_description>The contrast adjustment from -100 to 100 (0 being none).</_description> + </key> <key name="page-dpi" type="i"> <default>72</default> <_summary>Resolution of last scanned image</_summary> @@ -88,5 +98,11 @@ <_summary>Directory to save files to</_summary> <_description>The directory to save files to. Defaults to the documents directory if unset.</_description> </key> + <key name="jpeg-quality" type="i"> + <range min="0" max="100"/> + <default>75</default> + <_summary>Quality value to use for JPEG compression</_summary> + <_description>Quality value to use for JPEG compression.</_description> + </key> </schema> </schemalist> |