Workflow details not saving

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

Workflow details not saving

Jeff Morton
I created a workflow that takes CR2 files and processes them through a BCG correction, Sharpen, Resize, and Convert to JPEG.  The workflow works great while I'm using it and I can save it and load the settings from it and they're all retained.

However, once I close digiKam and reopen it later, while the assigned tools are correct their values were not retained.  Brightness is +100, contrast is 0, Gamma is 1.00. Sharpen is Radius 1.00, Amount 1.00, Threshold 1.00 (the highest possible) though it has retained the Unsharp mask option.  Resize is set to 10px.

Is there something I'm doing wrong?  Some setting I'm not using correctly or files that don't have the right permissions?

I'm using 3.1.0 KDE 4.10.2 on Ubuntu 12.04 attaching to a MySQL database.

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Workflow details not saving

Jeff
I created a workflow that takes CR2 files and processes them through a BCG correction, Sharpen, Resize, and Convert to JPEG.  The workflow works great while I'm using it and I can save it and load the settings from it and they're all retained.

However, once I close digiKam and reopen it later, while the assigned tools are correct their values were not retained.  Brightness is +100, contrast is 0, Gamma is 1.00. Sharpen is Radius 1.00, Amount 1.00, Threshold 1.00 (the highest possible) though it has retained the Unsharp mask option.  Resize is set to 10px.

Is there something I'm doing wrong?  Some setting I'm not using correctly or files that don't have the right permissions?

I'm using 3.1.0 KDE 4.10.2 on Ubuntu 12.04 attaching to a MySQL database.


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Workflow details not saving

Jeff
Below the original message is the contents of the queue.xml file.  Values appear to be getting stored as boolean when they should most definitely be numbers.

On Tue, May 14, 2013 at 1:48 PM, Jeff <[hidden email]> wrote:
I created a workflow that takes CR2 files and processes them through a BCG correction, Sharpen, Resize, and Convert to JPEG.  The workflow works great while I'm using it and I can save it and load the settings from it and they're all retained.

However, once I close digiKam and reopen it later, while the assigned tools are correct their values were not retained.  Brightness is +100, contrast is 0, Gamma is 1.00. Sharpen is Radius 1.00, Amount 1.00, Threshold 1.00 (the highest possible) though it has retained the Unsharp mask option.  Resize is set to 10px.

Is there something I'm doing wrong?  Some setting I'm not using correctly or files that don't have the right permissions?

I'm using 3.1.0 KDE 4.10.2 on Ubuntu 12.04 attaching to a MySQL database.


<!DOCTYPE XMLQueueList>
<queuelist version="1.0" encoding="UTF-8" client="digikam">
    <queue>
        <queuetitle value="test_workflow"/>
        <queuedesc value=""/>
        <renamingparser value=""/>
        <useoriginalalbum value="1"/>
        <workingurl value=""/>
        <conflictrule value="1"/>
        <renamingrule value="0"/>
        <rawloadingrule value="1"/>
        <rawdecodingsettings>
            <autobrightness value="1"/>
            <sixteenbitsimage value="0"/>
            <brightness value="1"/>
            <rawquality value="0"/>
            <inputcolorspace value="0"/>
            <outputcolorspace value="1"/>
            <rgbinterpolate4colors value="0"/>
            <dontstretchpixels value="0"/>
            <unclipcolors value="0"/>
            <whitebalance value="1"/>
            <customwhitebalance value="6500"/>
            <customwhitebalancegreen value="1"/>
            <halfsizecolorimage value="0"/>
            <enableblackpoint value="0"/>
            <blackpoint value="0"/>
            <enablewhitepoint value="0"/>
            <whitepoint value="0"/>
            <noisereductiontype value="2"/>
            <noisereductionthreshold value="460"/>
            <enablecacorrection value="1"/>
            <redchromaticaberrationmultiplier value="0"/>
            <bluechromaticaberrationmultiplier value="0"/>
            <medianfilterpasses value="0"/>
            <inputprofile value=""/>
            <outputprofile value="/usr/share/kde4/apps/libkdcraw/profiles/srgb-d65.icm"/>
            <deadpixelmap value=""/>
            <whitebalanceareax value="0"/>
            <whitebalanceareay value="0"/>
            <whitebalanceareawidth value="0"/>
            <whitebalanceareaheight value="0"/>
            <dcbiterations value="-1"/>
            <dcbenhancefl value="0"/>
            <eecirefine value="0"/>
            <esmedpasses value="0"/>
            <nrchrominancethreshold value="100"/>
            <expocorrection value="0"/>
            <expocorrectionshift value="1"/>
            <expocorrectionhighlight value="0"/>
        </rawdecodingsettings>
        <tool>
            <toolname value="BCGCorrection"/>
            <toolgroup value="3"/>
            <index value="0"/>
            <version value="1"/>
            <parameter type="bool" value="true" name="Brightness"/>
            <parameter type="bool" value="true" name="Contrast"/>
            <parameter type="bool" value="true" name="Gamma"/>
        </tool>
        <tool>
            <toolname value="Sharpen"/>
            <toolgroup value="4"/>
            <index value="1"/>
            <version value="1"/>
            <parameter type="bool" value="true" name="RefocusCorrelation"/>
            <parameter type="bool" value="true" name="RefocusGauss"/>
            <parameter type="bool" value="true" name="RefocusMatrixSize"/>
            <parameter type="bool" value="true" name="RefocusNoise"/>
            <parameter type="bool" value="true" name="RefocusRadius"/>
            <parameter type="bool" value="true" name="SharpenFilterType"/>
            <parameter type="bool" value="true" name="SimpleSharpRadius"/>
            <parameter type="bool" value="true" name="UnsharpMaskAmount"/>
            <parameter type="bool" value="true" name="UnsharpMaskRadius"/>
            <parameter type="bool" value="true" name="UnsharpMaskThreshold"/>
        </tool>
        <tool>
            <toolname value="Resize"/>
            <toolgroup value="5"/>
            <index value="2"/>
            <version value="1"/>
            <parameter type="bool" value="true" name="LengthCustom"/>
            <parameter type="bool" value="true" name="LengthPreset"/>
            <parameter type="bool" value="true" name="UseCustom"/>
        </tool>
        <tool>
            <toolname value="Convert2JPEG"/>
            <toolgroup value="8"/>
            <index value="3"/>
            <version value="1"/>
            <parameter type="bool" value="true" name="Quality"/>
            <parameter type="bool" value="true" name="SubSampling"/>
        </tool>
    </queue>
</queuelist>


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Workflow details not saving

tosca
In reply to this post by Jeff
I think the issue has already been reported: I had similar problems with several other tools a couple of weeks ago; in fact, the settings weren't stored at all, and I ended up with JPEG files having 0 size, and such.
Don't rembember whether a bug report has been opened, though.

Marie-Noëlle


2013/5/14 Jeff <[hidden email]>
I created a workflow that takes CR2 files and processes them through a BCG correction, Sharpen, Resize, and Convert to JPEG.  The workflow works great while I'm using it and I can save it and load the settings from it and they're all retained.

However, once I close digiKam and reopen it later, while the assigned tools are correct their values were not retained.  Brightness is +100, contrast is 0, Gamma is 1.00. Sharpen is Radius 1.00, Amount 1.00, Threshold 1.00 (the highest possible) though it has retained the Unsharp mask option.  Resize is set to 10px.

Is there something I'm doing wrong?  Some setting I'm not using correctly or files that don't have the right permissions?

I'm using 3.1.0 KDE 4.10.2 on Ubuntu 12.04 attaching to a MySQL database.


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users




--


Mes dernières photos sont dans ma galerie.
Connaissez-vous Image Fixe, le photo-club de Saint Jean du Gard ?
Et parcourez les Cévennes à ma façon avec Cévennes Plurielles,

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Workflow details not saving

Gilles Caulier-4
Bug is there :


I fixed myself this issue for 3.2.0 release just published...

So bug is in 3.0.0 and 3.1.0. Sorry...

Best

Gilles Caulier


2013/5/14 Marie-Noëlle Augendre <[hidden email]>
I think the issue has already been reported: I had similar problems with several other tools a couple of weeks ago; in fact, the settings weren't stored at all, and I ended up with JPEG files having 0 size, and such.
Don't rembember whether a bug report has been opened, though.

Marie-Noëlle


2013/5/14 Jeff <[hidden email]>
I created a workflow that takes CR2 files and processes them through a BCG correction, Sharpen, Resize, and Convert to JPEG.  The workflow works great while I'm using it and I can save it and load the settings from it and they're all retained.

However, once I close digiKam and reopen it later, while the assigned tools are correct their values were not retained.  Brightness is +100, contrast is 0, Gamma is 1.00. Sharpen is Radius 1.00, Amount 1.00, Threshold 1.00 (the highest possible) though it has retained the Unsharp mask option.  Resize is set to 10px.

Is there something I'm doing wrong?  Some setting I'm not using correctly or files that don't have the right permissions?

I'm using 3.1.0 KDE 4.10.2 on Ubuntu 12.04 attaching to a MySQL database.


_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users




--


Mes dernières photos sont dans ma galerie.
Connaissez-vous Image Fixe, le photo-club de Saint Jean du Gard ?
Et parcourez les Cévennes à ma façon avec Cévennes Plurielles,

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Workflow details not saving

tosca
Thanks a lot, Gilles.
I guess the new package will be available in Fedora's repo in a few days.

Marie-Noëlle

2013/5/14 Gilles Caulier <[hidden email]>
Bug is there :


I fixed myself this issue for 3.2.0 release just published...


--


Mes dernières photos sont dans ma galerie.
Connaissez-vous Image Fixe, le photo-club de Saint Jean du Gard ?
Et parcourez les Cévennes à ma façon avec Cévennes Plurielles,

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Workflow details not saving

Jeff
Thank you!  Not sure if I'll wait for it to become available for Ubuntu or if I'll pull the code and compile.  I want to develop something on the tree, anyways.

On Tue, May 14, 2013 at 2:56 PM, Marie-Noëlle Augendre <[hidden email]> wrote:
Thanks a lot, Gilles.
I guess the new package will be available in Fedora's repo in a few days.

Marie-Noëlle


2013/5/14 Gilles Caulier <[hidden email]>
Bug is there :


I fixed myself this issue for 3.2.0 release just published...


--


Mes dernières photos sont dans ma galerie.
Connaissez-vous Image Fixe, le photo-club de Saint Jean du Gard ?
Et parcourez les Cévennes à ma façon avec Cévennes Plurielles,

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Workflow details not saving

Gilles Caulier-4



2013/5/14 Jeff <[hidden email]>
Thank you!  Not sure if I'll wait for it to become available for Ubuntu or if I'll pull the code and compile.  I want to develop something on the tree, anyways.


Sure it's the faster way. Look in READ for compilation details...

If you need information to write code, let's me hear. Note that developers use [hidden email] mailing list.

Gilles Caulier

 
On Tue, May 14, 2013 at 2:56 PM, Marie-Noëlle Augendre <[hidden email]> wrote:
Thanks a lot, Gilles.
I guess the new package will be available in Fedora's repo in a few days.

Marie-Noëlle


2013/5/14 Gilles Caulier <[hidden email]>
Bug is there :


I fixed myself this issue for 3.2.0 release just published...


--


Mes dernières photos sont dans ma galerie.
Connaissez-vous Image Fixe, le photo-club de Saint Jean du Gard ?
Et parcourez les Cévennes à ma façon avec Cévennes Plurielles,

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users



_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: Workflow details not saving

tosca
In reply to this post by Jeff Morton
It's a bug, that Gilles has just fixed for the new release (not yet available in Fedora unfortunately).

Marie-Noëlle

2013/5/14 Jeff Morton <[hidden email]>
I created a workflow that takes CR2 files and processes them through a BCG correction, Sharpen, Resize, and Convert to JPEG.  The workflow works great while I'm using it and I can save it and load the settings from it and they're all retained.

However, once I close digiKam and reopen it later, while the assigned tools are correct their values were not retained.  Brightness is +100, contrast is 0, Gamma is 1.00. Sharpen is Radius 1.00, Amount 1.00, Threshold 1.00 (the highest possible) though it has retained the Unsharp mask option.  Resize is set to 10px.

Is there something I'm doing wrong?  Some setting I'm not using correctly or files that don't have the right permissions?

I'm using 3.1.0 KDE 4.10.2 on Ubuntu 12.04 attaching to a MySQL database.

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users




--


Mes dernières photos sont dans ma galerie.
Connaissez-vous Image Fixe, le photo-club de Saint Jean du Gard ?
Et parcourez les Cévennes à ma façon avec Cévennes Plurielles,

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users