mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Merge branch 'feature/amirz.dngprocessor' into 'master'
New app: DNG Processor Closes rfp#892 See merge request fdroid/fdroiddata!5923
This commit is contained in:
commit
43fe4b5adb
1 changed files with 30 additions and 0 deletions
30
metadata/amirz.dngprocessor.yml
Normal file
30
metadata/amirz.dngprocessor.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue