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 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.