File: me.gapixels.Megapixels.gschema.xml

package info (click to toggle)
megapixels 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,876 kB
  • sloc: ansic: 6,530; python: 442; xml: 367; sh: 116; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 912 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>

<schemalist>
  <schema path="/me/gapixels/megapixels/" id="me.gapixels.Megapixels">
    <key name="save-raw" type='b'>
      <default>true</default>
      <summary>Don't throw away the .dng file after post processing</summary>
      <description>
        Megapixels will write a .dng file that's passed to the post processing script
        if this setting is disabled the post-process script will be told to clean it
        up after processing.
      </description>
    </key>
    <key name="postprocessor" type='s'>
      <default>''</default>
      <summary>Path to the postprocessor script</summary>
      <description>
        When set this will define the absolute path to a postprocessor to use after
        taking a picture. When empty megapixels will default to the legacy
        postprocess.sh lookup
      </description>
    </key>
  </schema>
</schemalist>