me.gapixels.Megapixels.gschema.xml 912 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <schemalist>
  3. <schema path="/me/gapixels/megapixels/" id="me.gapixels.Megapixels">
  4. <key name="save-raw" type='b'>
  5. <default>true</default>
  6. <summary>Don't throw away the .dng file after post processing</summary>
  7. <description>
  8. Megapixels will write a .dng file that's passed to the post processing script
  9. if this setting is disabled the post-process script will be told to clean it
  10. up after processing.
  11. </description>
  12. </key>
  13. <key name="postprocessor" type='s'>
  14. <default>''</default>
  15. <summary>Path to the postprocessor script</summary>
  16. <description>
  17. When set this will define the absolute path to a postprocessor to use after
  18. taking a picture. When empty megapixels will default to the legacy
  19. postprocess.sh lookup
  20. </description>
  21. </key>
  22. </schema>
  23. </schemalist>