export_images
Export photos to JPEG, PNG, or TIFF via darktable-cli. Pass absolute source paths and an output directory; check the .export_images.jsonl output field for the real file name to avoid collisions.
Instructions
Export photos to JPEG/PNG/TIFF via darktable-cli. Pass absolute file paths in photo_ids — the path field from view_photos drops in directly. Output names are de-collided: two sources sharing a stem (e.g. DSC_0001.NEF from two folders) get suffixed names rather than overwriting each other, so do not assume the written file is .. Read the real path from the output field of the .export_images.jsonl side file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | ||
| quality | No | ||
| max_width | No | Constrain the output width in pixels; aspect ratio is preserved. Omit for full resolution. | |
| photo_ids | Yes | Absolute paths to source images | |
| max_height | No | Constrain the output height in pixels; aspect ratio is preserved. Omit for full resolution. | |
| output_path | Yes |