diff --git a/content/module-reference/utility-modules/darkroom/duplicate-manager.md b/content/module-reference/utility-modules/darkroom/duplicate-manager.md index 76f46175f0..b3bd7f58da 100644 --- a/content/module-reference/utility-modules/darkroom/duplicate-manager.md +++ b/content/module-reference/utility-modules/darkroom/duplicate-manager.md @@ -7,6 +7,15 @@ View and create multiple versions of the current image. Each version can be edit The duplicate manager lists each version of the current darkroom image along with its preview thumbnail. Hold down the left mouse button on a thumbnail to temporarily show that version in the center view. Double-click to switch to that version and edit it. -The buttons at the bottom of the module allow you to create new duplicates of the current image. You can either create a 'virgin' version (with an empty history stack) using the "original" button or an exact duplicate of the current edit using the "duplicate" button. +Buttons to manage the duplicates are shown to the right of each preview thumbnail: + +![duplicate with history](./dupicate-manager/copy-current.png#icon) duplicate with history +: Create a new duplicate with the same history stack (only shown if the selected duplicate has been edited). + +![duplicate original](./duplicate-manager/copy-original.png#icon) duplicate original +: Create a 'virgin' duplicate of this image without any development. + +![delete](./duplicate-manager/delete.png#icon) delete +: Delete the duplicate. A version number is displayed to the right of each thumbnail. Click in the area below the version number to enter a description against that version of the image. This description is stored in the _version name_ metadata tag, which can also be edited within the [metadata editor](../shared/metadata-editor.md) module in the lighttable view. diff --git a/content/module-reference/utility-modules/darkroom/duplicate-manager/copy-current.png b/content/module-reference/utility-modules/darkroom/duplicate-manager/copy-current.png new file mode 100644 index 0000000000..189321011b Binary files /dev/null and b/content/module-reference/utility-modules/darkroom/duplicate-manager/copy-current.png differ diff --git a/content/module-reference/utility-modules/darkroom/duplicate-manager/copy-original.png b/content/module-reference/utility-modules/darkroom/duplicate-manager/copy-original.png new file mode 100644 index 0000000000..4ca494f511 Binary files /dev/null and b/content/module-reference/utility-modules/darkroom/duplicate-manager/copy-original.png differ diff --git a/content/module-reference/utility-modules/darkroom/duplicate-manager/delete.png b/content/module-reference/utility-modules/darkroom/duplicate-manager/delete.png new file mode 100644 index 0000000000..4032b06fe0 Binary files /dev/null and b/content/module-reference/utility-modules/darkroom/duplicate-manager/delete.png differ