Skip to content

Commit 743d10b

Browse files
committed
Prior edits are included, but additional edits not saved.
1 parent 2d65897 commit 743d10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/special-topics/program-invocation/gimp-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Only one of the commands should be present on the command line.
2828
: `<res>` is the version of the GIMP API (_not_ the darktable version).
2929

3030
`file <path>`
31-
: Starts darktable in darkroom mode with the image from the `<path>` loaded. The user is prevented from switching to another darktable mode. When the user closes the darkroom window, the result is exported as an EXR file to a temporary location. The returned `<res>` is the full path of the exported file.
31+
: Starts darktable in darkroom mode with the image from the `<path>` loaded. The user is prevented from switching to another darktable mode. When the user closes the darkroom window, the result is exported as an EXR file to a temporary location. The returned `<res>` is the full path of the exported file. If the image is already in the darktable database, then any edits previously done in darktable will be part of the image exported. Any edits during the GIMP invocation of darktable will not, however, be saved to the database.
3232

3333
`thumb <path> <dim>`
3434
: darktable writes a thumbnail JPEG file to a temporary location. `<path>` is the RAW file path, `<dim>` (in pixels) is used for the greater of width or height required for the thumbnail. The original ratio of dimensions is maintained. The returned `<res>` has the following format:

0 commit comments

Comments
 (0)