Bug 417960 - [Enhancement]. In Batch Queue Manager - ability to display preview image
Summary: [Enhancement]. In Batch Queue Manager - ability to display preview image
Status: RESOLVED DUPLICATE of bug 396743
Alias: None
Product: digikam
Classification: Applications
Component: BatchQueueManager-Workflow (show other bugs)
Version: 7.0.0
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-21 01:40 UTC by Nigel Aves
Modified: 2024-05-28 18:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nigel Aves 2020-02-21 01:40:30 UTC
I'm very new to digiKam. The problem I am having is that when I'm setting up the filters in batch manger I have no clue as to how the final result will look without having to run the manager and produce a new image.

There is probably not enough screen real estate to do this in current window, but if a "Preview" button was added and the image displayed in a separate window (Before / After toggle), that would help cut down on the in and out of Batch Manager, find photograph, view it ..... Fewer the mouse clicks better the work flow!

An alternative to that idea would be the ability in Image Editor to create and save as a "Workflow" as the changes you need for converting from RAW to XXX or changes to existing image files.
Comment 1 Maik Qualmann 2020-02-21 06:38:51 UTC
*** This bug has been marked as a duplicate of bug 396743 ***
Comment 2 caulier.gilles 2024-05-28 18:23:33 UTC
Git commit f46339f8fb35b419c13ab2d902983284aa4bdd0e by Gilles Caulier.
Committed on 28/05/2024 at 18:20.
Pushed by cgilles into branch 'master'.

Add new Batch queue Manager customized version of DInfoInterface class for plugins.
3 new methods are available to get the list of image patch from the current selected queue.
The Goal later is to propose to end-user to reder a preview of an assigned tools list to a set of photo
before to run a workflow.
Related: bug 396743

M  +1    -0    core/utilities/queuemanager/CMakeLists.txt
A  +65   -0    core/utilities/queuemanager/dplugins/bqminfoiface.cpp     [License: GPL(v2.0+)]
A  +63   -0    core/utilities/queuemanager/dplugins/bqminfoiface.h     [License: GPL(v2.0+)]
M  +2    -2    core/utilities/queuemanager/dplugins/dpluginbqm.cpp
M  +2    -1    core/utilities/queuemanager/dplugins/dpluginbqm.h
M  +7    -1    core/utilities/queuemanager/main/queuemgrwindow.cpp
M  +16   -13   core/utilities/queuemanager/main/queuemgrwindow.h
M  +4    -4    core/utilities/queuemanager/manager/batchtoolsfactory.cpp
M  +2    -2    core/utilities/queuemanager/manager/batchtoolsfactory.h
M  +31   -4    core/utilities/queuemanager/views/queuelist.cpp
M  +11   -1    core/utilities/queuemanager/views/queuelist.h
M  +2    -2    core/utilities/queuemanager/views/queuepool.cpp
M  +13   -13   core/utilities/queuemanager/views/queuepool.h

https://invent.kde.org/graphics/digikam/-/commit/f46339f8fb35b419c13ab2d902983284aa4bdd0e
Comment 3 caulier.gilles 2024-05-28 18:25:21 UTC
Git commit cc49d320a09b526a5b56bcd42030c84d03253882 by Gilles Caulier.
Committed on 28/05/2024 at 18:24.
Pushed by cgilles into branch 'master'.

export BqmInfoIface class to 3rd party plugins.
Related: bug 396743

M  +1    -0    core/app/DigikamExportAPI.cmake

https://invent.kde.org/graphics/digikam/-/commit/cc49d320a09b526a5b56bcd42030c84d03253882