From 8c34655bf4db4c39370c28608db93dfe0a579b38 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 11 Nov 2019 18:58:55 +0100 Subject: [PATCH] New app: DNG Processor --- metadata/amirz.dngprocessor.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 metadata/amirz.dngprocessor.yml diff --git a/metadata/amirz.dngprocessor.yml b/metadata/amirz.dngprocessor.yml new file mode 100644 index 0000000000..0bf9074c62 --- /dev/null +++ b/metadata/amirz.dngprocessor.yml @@ -0,0 +1,30 @@ +Categories: + - Multimedia +License: LGPL-3.0-only +SourceCode: https://github.com/amirzaidi/DNGProcessor +IssueTracker: https://github.com/amirzaidi/DNGProcessor/issues + +AutoName: DNG Processor +Summary: Process DNG images into JPEGs +Description: |- + ''DNG Processor'' waits for new RAW images captured using the OEM camera + app, or any other camera app that can capture RAWs, and then processes them + into JPEGs in the background. It does this by using the power of your + phone's GPU for up to a few seconds. The results are placed in the folder + /DCIM/Processed. + +RepoType: git +Repo: https://github.com/amirzaidi/DNGProcessor + +Builds: + - versionName: '5' + versionCode: 5 + commit: v5 + subdir: app/ + gradle: + - yes + +AutoUpdateMode: Version v%c +UpdateCheckMode: Tags +CurrentVersion: v5 +CurrentVersionCode: 5