https://github.com/woile/darkroom
Collection of scripts I use to enhace photographies
https://github.com/woile/darkroom
gimp photography python
Last synced: about 1 year ago
JSON representation
Collection of scripts I use to enhace photographies
- Host: GitHub
- URL: https://github.com/woile/darkroom
- Owner: woile
- Created: 2017-06-08T16:28:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T16:36:16.000Z (about 9 years ago)
- Last Synced: 2025-04-04T21:09:47.376Z (about 1 year ago)
- Topics: gimp, photography, python
- Language: Scheme
- Size: 845 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @woile's darkroom
> Collection of scripts I use to enhace photographies.
## Pre-requisites
OS: `Debian GNU/Linux 9 (stretch) 64-bit` (It might work on other linux distros)
Gimp version: `2.8`
## Packages
`sudo apt install gimp gimp-plugin-registry`
## Installation
`./install` or `sudo ./install` if required
## Commands
| command | description |
|---------|-------------|
| `darkroom init` | creates folders and copies raw photos to `raw_backup` folder |
| `darkroom auto_levels ""` | Auto White Balance / Contrast Stretch / HSV Stretch |
| `darkroom color_enhance ""` | Improves color, not always works as expected |
| `darkroom natgeo ""` | Applies national geographic effect |
Note: It is required to wrap the patter between double quotes, unfortunately this is the way
gimp receives the images.
## Examples
| command | example |
|---------|:---------:|
| original |  |
| `darkroom auto_levels "*.JPG"` |  |
| `darkroom auto_levels "*.jpg darkroom color_enhance "*_al.JPG"` |  |
| `darkroom auto_levels "*.jpg" && darkroom natgeo "*_al.JPG"` |  |
| `darkroom auto_levels "*.jpg" && darkroom color_enhance "*_al.jpg" && darkroom natgeo "*_al_ce*.jpg"` |  |
## CONTRIBUTE
Please feel free to create PR with new scripts and effect, and suggesting improvements to my current
flow.
Thank you!