Batch set savings

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

Batch set savings

Martin
Hi all,

I'm using 3.0.0 within Kubuntu 12.4

What I'm trying ot do is to set up a batch set for changing the size and then do a crop and save this. Setting it up is working great, running too but when I save it it's missing to save my sizes. In the queue.xml after saving it looks like this:

    <queue>
        <queuetitle value="Make_4to3_1024_quer"/>
        <queuedesc value=""/>
        <renamingparser value="[file]_##"/>
        <useoriginalalbum value="1"/>
        <workingurl value=""/>
        <conflictrule value="1"/>
        <renamingrule value="1"/>
        <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="0"/>
            <noisereductionthreshold value="0"/>
            <enablecacorrection value="0"/>
            <redchromaticaberrationmultiplier value="0"/>
            <bluechromaticaberrationmultiplier value="0"/>
            <medianfilterpasses value="0"/>
            <inputprofile value=""/>
            <outputprofile value=""/>
            <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="0"/>
            <expocorrection value="0"/>
            <expocorrectionshift value="1"/>
            <expocorrectionhighlight value="0"/>
        </rawdecodingsettings>
        <tool>
            <toolname value="Resize"/>
            <toolgroup value="5"/>
            <index value="0"/>
            <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="Crop"/>
            <toolgroup value="5"/>
            <index value="1"/>
            <version value="1"/>
            <parameter type="bool" value="true" name="heightInput"/>
            <parameter type="bool" value="true" name="widthInput"/>
            <parameter type="bool" value="true" name="xInput"/>
            <parameter type="bool" value="true" name="yInput"/>
        </tool>
    </queue>

for the Rezise tool it should have saved 2250 for length somehwere, but it didn't.

Do I something wrong here?

Thanks in advance
Martin
Reply | Threaded
Open this post in threaded view
|

Re: Batch set savings

Gilles Caulier-4
Already reported to bugzilla. Please comment this entry :

https://bugs.kde.org/show_bug.cgi?id=318726

Gilles Caulier

2013/7/14 Martin <[hidden email]>:

> Hi all,
>
> I'm using 3.0.0 within Kubuntu 12.4
>
> What I'm trying ot do is to set up a batch set for changing the size and
> then do a crop and save this. Setting it up is working great, running too
> but when I save it it's missing to save my sizes. In the queue.xml after
> saving it looks like this:
>
>     <queue>
>         <queuetitle value="Make_4to3_1024_quer"/>
>         <queuedesc value=""/>
>         <renamingparser value="[file]_##"/>
>         <useoriginalalbum value="1"/>
>         <workingurl value=""/>
>         <conflictrule value="1"/>
>         <renamingrule value="1"/>
>         <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="0"/>
>             <noisereductionthreshold value="0"/>
>             <enablecacorrection value="0"/>
>             <redchromaticaberrationmultiplier value="0"/>
>             <bluechromaticaberrationmultiplier value="0"/>
>             <medianfilterpasses value="0"/>
>             <inputprofile value=""/>
>             <outputprofile value=""/>
>             <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="0"/>
>             <expocorrection value="0"/>
>             <expocorrectionshift value="1"/>
>             <expocorrectionhighlight value="0"/>
>         </rawdecodingsettings>
>         <tool>
>             <toolname value="Resize"/>
>             <toolgroup value="5"/>
>             <index value="0"/>
>             <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="Crop"/>
>             <toolgroup value="5"/>
>             <index value="1"/>
>             <version value="1"/>
>             <parameter type="bool" value="true" name="heightInput"/>
>             <parameter type="bool" value="true" name="widthInput"/>
>             <parameter type="bool" value="true" name="xInput"/>
>             <parameter type="bool" value="true" name="yInput"/>
>         </tool>
>     </queue>
>
> for the Rezise tool it should have saved 2250 for length somehwere, but it
> didn't.
>
> Do I something wrong here?
>
> Thanks in advance
> Martin
>
>
>
>
> --
> View this message in context: http://digikam.1695700.n4.nabble.com/Batch-set-savings-tp4664574.html
> Sent from the digikam-users mailing list archive at Nabble.com.
> _______________________________________________
> 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: Batch set savings

Martin
Thanks Gilles,

will do so.

For the meantime, is there are chance to get a listing for what should be there? I would be happy to type the parameters in there.

Thanks Martin