[digikam] [Bug 333929] New: Batch manager : target ICC profile is common to all queues

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 333929] New: Batch manager : target ICC profile is common to all queues

Romain Henriet
https://bugs.kde.org/show_bug.cgi?id=333929

            Bug ID: 333929
           Summary: Batch manager : target ICC profile is common to all
                    queues
    Classification: Unclassified
           Product: digikam
           Version: 4.0.0-beta4
          Platform: openSUSE RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Batch Queue Manager
          Assignee: [hidden email]
          Reporter: [hidden email]

In the batch queue manager, the destination profile for the ICC profile
converter cannot be different from one queue to another.
It is not loaded either when using saved workflows

Reproducible: Always

Steps to Reproduce:
1. Open Batch queue manager
2. Add ICC convert tool
3. In "Icc Convert", select "Convert to Adobe RGB (1998)" for example
4. Create a new Queue
5. Add ICC convert tool
6. In "Icc Convert", select "Convert to Apple RGB" for example
7. Switch to Queue #1
Actual Results:  
ICC Convert is configured for "Apple RGB"

Expected Results:  
ICC Convert should be configured for "Adobe RGB (1998)"

I created a workflow that converts photos for web publishing :
    * First, it resizes the photo to 1024 pixels
    * Second, it convert ICC profile to sRGB
Then I saved this workflow and closed digikam.

Later, I loaded this workflow again :
    * Resize tool was configured for 1024 pixels   : OK
    * ICC Convert was configured for "Adobe RGB (1998)"   !!!

However "queue.xml" contains the following lines :
        <tool>
            <toolname value="IccConvert"/>
            <toolgroup value="3"/>
            <index value="1"/>
            <version value="1"/>
            <parameter type="QString"
value="/usr/share/kde4/apps/libkdcraw/profiles/srgb-d65.icm"
name="ProfilePath"/>
        </tool>

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 333929] Target ICC profile is common to all queues from BQM

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=333929

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Batch manager : target ICC  |Target ICC profile is
                   |profile is common to all    |common to all queues from
                   |queues                      |BQM
                 CC|                            |[hidden email]

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 333929] Target ICC profile is common to all queues from BQM

Gilles Caulier-4
In reply to this post by Romain Henriet
https://bugs.kde.org/show_bug.cgi?id=333929

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|4.0.0-beta4                 |4.0.0

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 333929] Target ICC profile is common to all queues from BQM

pascalio
In reply to this post by Romain Henriet
https://bugs.kde.org/show_bug.cgi?id=333929

pascalio <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #1 from pascalio <[hidden email]> ---
Isn't it the same as https://bugs.kde.org/show_bug.cgi?id=318726 ?

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 333929] Target ICC profile is common to all queues from BQM

Jan Wolter-2
In reply to this post by Romain Henriet
https://bugs.kde.org/show_bug.cgi?id=333929

--- Comment #2 from Jan Wolter <[hidden email]> ---
The patch 89911 I just commited to bug #318726 solves also this problem
completely.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 333929] Target ICC profile is common to all queues from BQM

Gilles Caulier-4
In reply to this post by Romain Henriet
https://bugs.kde.org/show_bug.cgi?id=333929

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/93fc881698d36a70eba1fd1
                   |                            |749ef851574d0d2df
   Version Fixed In|                            |4.6.0
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Gilles Caulier <[hidden email]> ---
Git commit 93fc881698d36a70eba1fd1749ef851574d0d2df by Gilles Caulier.
Committed on 10/12/2014 at 21:43.
Pushed by cgilles into branch 'master'.

apply patch #89911 from Jan Wolter to solves problem with BQM IccConvert tool
about settings management with workflow
Related: bug 318726
FIXED-IN: 4.6.0

M  +2    -1    NEWS
M  +1    -1    libs/dimg/filters/icc/iccprofilesettings.cpp
M  +2    -0    utilities/queuemanager/basetools/color/iccconvert.cpp

http://commits.kde.org/digikam/93fc881698d36a70eba1fd1749ef851574d0d2df

--
You are receiving this mail because:
You are the assignee for the bug.


Make the world a better place. Donate to our year end fundraiser https://www.kde.org/fundraisers/yearend2014/
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 333929] Target ICC profile is common to all queues from BQM

bugzilla_noreply
In reply to this post by Romain Henriet
https://bugs.kde.org/show_bug.cgi?id=333929

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|BatchQueueManager           |BatchQueueManager-Tool-Colo
                   |                            |rManagement

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel