diff options
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> |