image
Darktable
→ darktable from graphic interface
→ Create a style
One can create a pipeline of transformations and save them as re-usable style.
→ darktable from command line
darktable-cli is available together with darktable gui version.
→ Apply a style to images
this will apply "style name" and scale the image to 300px
dakrtable-cli <input file> <outpout file> --style <style name> --width 300
this can also apply to folders
dakrtable-cli <input folder> <outpout folder>/<file template name>.<extension> --style <style name> --width 300
→ darktable from lua
The lua api offers the darktable features within a lua program.
This page was last modified: