Skip to content

DavidBorts/PyDarktable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDarktable

A Python Wrapper for Darktable's CLI


Use PyDarktable_driver.py as a simple means of interfacing with the code.

Command format:

python PyDarktable_driver.py <image_input_path> <image_output_path> <instructions_path>

Instructions

Instructions for the driver are written in a .txt file, with each instruction as a separate line.

Instruction range
colorbalancergb (contrast) [-0.9, 0.9]
sharpness [0.0, 10.0]
exposure [-2.0, 4.0]
hazeremoval [-1.0, 1.0]

An example:

sharpness 5.0
exposure 2.37
colorbalancergb 0.17
hazeremoval 0.01
...
<param_name> <value>

The order of the instructions does not matter.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages