-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from Owen-sz/photography
Add: Photography yaml
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
category: Administration | ||
choices: | ||
- name: GIMP | ||
provider: GIMP | ||
description: GNU Image Manipulation Program. | ||
options: | ||
- checkbox: flatpak | ||
actions: | ||
- rpm:gimp | ||
- flatpak:org.gimp.GIMP | ||
|
||
- name: Darktable | ||
provider: Darktable | ||
description: | | ||
open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. | ||
It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them. | ||
options: | ||
- checkbox: flatpak | ||
actions: | ||
- rpm:darktable | ||
- flatpak:org.darktable.Darktable | ||
|
||
- name: RawTherapee | ||
provider: The RawTherapee Team | ||
description: | | ||
RawTherapee is a powerful, cross-platform raw photo processing system, released as Free Software (GPLv3). | ||
It is designed for developing raw files from a broad range of digital cameras and targeted at users ranging from enthusiast | ||
newcomers who wish to broaden their understanding of how digital imaging works to professional photographers. | ||
actions: flatpak:com.rawtherapee.RawTherapee | ||
|
||
- name: Sly | ||
provider: Kramo | ||
description: | | ||
Edit your images easily. A friendly image editor that requires no internet connection or preexisting expertise. Just some photos and have at it. | ||
The app allows you to adjust attributes like brightness or contrast as well as add effects like a vignette or a border. It also allows you to flip, | ||
rotate and crop the image to your heart's desire. If you're a pro, you can even preview your edits on a histogram. | ||
actions: flatpak:page.kramo.Sly | ||
|
||
- name: Fotema | ||
provider: David Bliss | ||
description: A photo gallery for Linux. | ||
actions: flatpak:app.fotema.Fotema | ||
|
||
- name: Drawing | ||
provider: Romain F. T. | ||
description: simple image editor, similar to Microsoft Paint. Aimed at the GNOME desktop. | ||
actions: flatpak:com.github.maoschanz.drawing |