summaryrefslogtreecommitdiff
path: root/data/org.gnome.SimpleScan.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.gnome.SimpleScan.gschema.xml')
-rw-r--r--data/org.gnome.SimpleScan.gschema.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.gnome.SimpleScan.gschema.xml b/data/org.gnome.SimpleScan.gschema.xml
index 82e3b90..35e0f6f 100644
--- a/data/org.gnome.SimpleScan.gschema.xml
+++ b/data/org.gnome.SimpleScan.gschema.xml
@@ -60,6 +60,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="save-format" type="s">
+ <default>'application/pdf'</default>
+ <summary>File format that is used for saving image files</summary>
+ <description>MIME type that is used for saving image files. Examples of supported MIME types: image/jpeg, image/png, application/pdf</description>
+ </key>
<key name="jpeg-quality" type="i">
<range min="0" max="100"/>
<default>75</default>