org.postmarketos.Megapixels.gschema.xml 555 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <schemalist>
  3. <schema path="/org/postmarketos/megapixels/" id="org.postmarketos.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. </schema>
  14. </schemalist>