darktable-org / darktable

darktable is an open source photography workflow application and raw developer
https://www.darktable.org
GNU General Public License v3.0
9.06k stars 1.11k forks source link

Simultaneous edit inside Darkroom #17010

Open blackzerotype opened 2 weeks ago

blackzerotype commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Alternatives

Additional context

darkroom_editing

ralfbrown commented 2 weeks ago

You can use keyboard shortcuts to copy and paste edits from inside darkroom mode.

Ctrl-C (copy entire history) or Shift-Ctrl-C (copy selectively). Then in the filmstrip at bottom, Ctrl-Click to select first image, Shift-Click to select end of range of image (optional: Shift-Ctrl-A first to clear previous selection). Finally, Ctrl-V or Shift-Ctrl-V to paste edits. The thumbnails in the filmstrip will briefly show "working..." as they regenerate with the updated edits.

Actual live updates to multiple images would require substantial re-architecting of darktable's internals.

blackzerotype commented 1 week ago

You can use keyboard shortcuts to copy and paste edits from inside darkroom mode.

Ctrl-C (copy entire history) or Shift-Ctrl-C (copy selectively). Then in the filmstrip at bottom, Ctrl-Click to select first image, Shift-Click to select end of range of image (optional: Shift-Ctrl-A first to clear previous selection). Finally, Ctrl-V or Shift-Ctrl-V to paste edits. The thumbnails in the filmstrip will briefly show "working..." as they regenerate with the updated edits.

Actual live updates to multiple images would require substantial re-architecting of darktable's internals.

@ralfbrown

blackzerotype commented 1 week ago

You can use keyboard shortcuts to copy and paste edits from inside darkroom mode. Ctrl-C (copy entire history) or Shift-Ctrl-C (copy selectively). Then in the filmstrip at bottom, Ctrl-Click to select first image, Shift-Click to select end of range of image (optional: Shift-Ctrl-A first to clear previous selection). Finally, Ctrl-V or Shift-Ctrl-V to paste edits. The thumbnails in the filmstrip will briefly show "working..." as they regenerate with the updated edits. Actual live updates to multiple images would require substantial re-architecting of darktable's internals.

@ralfbrown

* It worked. Many thanks. But I noticed that it worked and then for some reason, it doesn't apply to the other photos when I repeat the same process. Could there could be some glitch?
ralfbrown commented 1 week ago

Please describe what you are seeing when you try to repeat. In particular, where is your mouse pointer at the time? (darktable has an unusual feature where hovering over an image has priority over the selection if the hovered image is not part of the selection)

blackzerotype commented 1 week ago

Please describe what you are seeing when you try to repeat. In particular, where is your mouse pointer at the time? (darktable has an unusual feature where hovering over an image has priority over the selection if the hovered image is not part of the selection)

  • I noticed that if the mouse is pointed away from the selected photos the changes doesn't take effect. When I point the mouse at the selected photos sometimes it work sometimes doesn't so I had to repeat the whole process that you suggested and it works. The behavior appears to be inconsistent.
wpferguson commented 1 week ago

The inconsistent behavior is being addressed/looked at/discussed in #16850.