2009/12/27 Milan Knížek <[hidden email]>:
> Gilles Caulier píše v Ne 27. 12. 2009 v 14:51 +0100: >> Done. Checkout and try again. Look info reported to the console... >> > $ ./expoblending.shell > expoblending(17611)/KIPI (loading) > KIPIExpoBlendingPlugin::AlignBinary::checkSystem: "align_image_stack" > help header line: > "align_image_stack version Pre-Release 2009.5.0.4719 > " > expoblending(17611)/KIPI (loading) > KIPIExpoBlendingPlugin::AlignBinary::checkSystem: Found > "align_image_stack" version: "2009.5" > expoblending(17611)/KIPI (loading) > KIPIExpoBlendingPlugin::EnfuseBinary::checkSystem: "enfuse" help header > line: > "Usage: enfuse [options] [--output=IMAGE] INPUT..." > > enfuse does not show version number in the help text anymore > === > $ enfuse -h > Usage: enfuse [options] [--output=IMAGE] INPUT... > Fuse INPUT images into a single IMAGE. > > INPUT... are image filenames or response filenames. Response > filenames start with an "@" character. > > Common options: > -V, --version output version information and exit > === > > but offers a command line option "-V" to find out the version number. > Though, I am not sure if it existed in earlier versions. > > === > $ enfuse -V > enfuse 4.0-753b534c819d > > Copyright (C) 2004-2009 Andrew Mihal. > License GPLv2+: GNU GPL version 2 or later > <http://www.gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by Andrew Mihal and others. > > === > Regards, > This is why i detest to use command line program with GUI frontend. a library is always better than this. Ok, now need to find a way... bah... Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Milan Knížek
Yes svn up is enough
Gilles 2009/12/27 Milan Knížek <[hidden email]>: > Gilles Caulier píše v Ne 27. 12. 2009 v 14:38 +0100: >> >> But you don't need to checkout this revision. just update trunk as well. >> > The KDE SVN drives me crazy, e.g. the first run of the checkout "svn up >> > kipi-plugins" fails with "svn: No such revision 1066557", after few >> > seconds later, it just works. >> >> Just checkout svn trunk without revision. It's enough. > > What do you mean by checking out the trunk? > > $ mkdir test > $ cd test > $ svn co -N svn://anonsvn.kde.org/home/kde/trunk > svn: No such revision 1066584 > > I have succeded with "svn up kipi-plugins" in the meantime, so compiling > again. > > Regards, > > Milan Knizek > knizek (dot) confy (at) volny (dot) cz > http://www.milan-knizek.net - About linux and photography (Czech > language only) > > _______________________________________________ > 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 |
In reply to this post by Gilles Caulier-4
Try again with current svn trunk
Gilles 2009/12/27 Gilles Caulier <[hidden email]>: > 2009/12/27 Milan Knížek <[hidden email]>: >> Gilles Caulier píše v Ne 27. 12. 2009 v 14:51 +0100: >>> Done. Checkout and try again. Look info reported to the console... >>> >> $ ./expoblending.shell >> expoblending(17611)/KIPI (loading) >> KIPIExpoBlendingPlugin::AlignBinary::checkSystem: "align_image_stack" >> help header line: >> "align_image_stack version Pre-Release 2009.5.0.4719 >> " >> expoblending(17611)/KIPI (loading) >> KIPIExpoBlendingPlugin::AlignBinary::checkSystem: Found >> "align_image_stack" version: "2009.5" >> expoblending(17611)/KIPI (loading) >> KIPIExpoBlendingPlugin::EnfuseBinary::checkSystem: "enfuse" help header >> line: >> "Usage: enfuse [options] [--output=IMAGE] INPUT..." >> >> enfuse does not show version number in the help text anymore >> === >> $ enfuse -h >> Usage: enfuse [options] [--output=IMAGE] INPUT... >> Fuse INPUT images into a single IMAGE. >> >> INPUT... are image filenames or response filenames. Response >> filenames start with an "@" character. >> >> Common options: >> -V, --version output version information and exit >> === >> >> but offers a command line option "-V" to find out the version number. >> Though, I am not sure if it existed in earlier versions. >> >> === >> $ enfuse -V >> enfuse 4.0-753b534c819d >> >> Copyright (C) 2004-2009 Andrew Mihal. >> License GPLv2+: GNU GPL version 2 or later >> <http://www.gnu.org/licenses/gpl.html> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. >> >> Written by Andrew Mihal and others. >> >> === >> Regards, >> > > This is why i detest to use command line program with GUI frontend. > > a library is always better than this. > > Ok, now need to find a way... bah... > > Gilles > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Gilles Caulier píše v Ne 27. 12. 2009 v 16:26 +0100:
> Try again with current svn trunk > It did not work either - I guess you left the old code checking for a particular string, which does not exist in newer enfuse version. To move forward, I copied&pasted some pieces of code from enfusebinary.cpp to go over the test just for my enfuse version (I am no coder and it would take me hours to find out what is the syntax of functions to do it in a better way). It is attached, but I do not think you should be interested ;-) Now back to the expoblending itself: x the window can be maximised and its size can be changed manually in Gnome session x The temporary files get deleted when not saved as final version Wishes: x Possibility to skip auto alignment step (not needed for images from tripod and takes time). x Possibility to delete the target files (right click with mouse or icon?). When playing with the expoblending parameters, the list gets full soon. I will be testing further and let you know if problems occur. regards, Milan Knizek knizek (dot) confy (at) volny (dot) cz http://www.milan-knizek.net - About linux and photography (Czech language only) _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users enfusebinary.cpp.tar.gz (1K) Download Attachment |
2009/12/27 Milan Knížek <[hidden email]>:
> Gilles Caulier píše v Ne 27. 12. 2009 v 16:26 +0100: >> Try again with current svn trunk >> > It did not work either - I guess you left the old code checking for a > particular string, which does not exist in newer enfuse version. ok. I look > > To move forward, I copied&pasted some pieces of code from > enfusebinary.cpp to go over the test just for my enfuse version (I am no > coder and it would take me hours to find out what is the syntax of > functions to do it in a better way). It is attached, but I do not think > you should be interested ;-) > > Now back to the expoblending itself: > > x the window can be maximised and its size can be changed manually in > Gnome session > > x The temporary files get deleted when not saved as final version > > Wishes: > > x Possibility to skip auto alignment step (not needed for images from > tripod and takes time). easy. I will do it. > > x Possibility to delete the target files (right click with mouse or > icon?). When playing with the expoblending parameters, the list gets > full soon. idem... Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Milan Knížek
2009/12/27 Milan Knížek <[hidden email]>:
> Gilles Caulier píše v Ne 27. 12. 2009 v 14:51 +0100: >> Done. Checkout and try again. Look info reported to the console... >> > $ ./expoblending.shell > expoblending(17611)/KIPI (loading) > KIPIExpoBlendingPlugin::AlignBinary::checkSystem: "align_image_stack" > help header line: > "align_image_stack version Pre-Release 2009.5.0.4719 > " > expoblending(17611)/KIPI (loading) > KIPIExpoBlendingPlugin::AlignBinary::checkSystem: Found > "align_image_stack" version: "2009.5" > expoblending(17611)/KIPI (loading) > KIPIExpoBlendingPlugin::EnfuseBinary::checkSystem: "enfuse" help header > line: > "Usage: enfuse [options] [--output=IMAGE] INPUT..." > > enfuse does not show version number in the help text anymore > === > $ enfuse -h > Usage: enfuse [options] [--output=IMAGE] INPUT... > Fuse INPUT images into a single IMAGE. > > INPUT... are image filenames or response filenames. Response > filenames start with an "@" character. > > Common options: > -V, --version output version information and exit > === > > but offers a command line option "-V" to find out the version number. > Though, I am not sure if it existed in earlier versions. > > === > $ enfuse -V > enfuse 4.0-753b534c819d > > Copyright (C) 2004-2009 Andrew Mihal. > License GPLv2+: GNU GPL version 2 or later > <http://www.gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by Andrew Mihal and others. ok, now i understand why it cannot find it... I will fix code... Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Please test again with svn trunk about enfuse version detection
Gilles 2009/12/27 Gilles Caulier <[hidden email]>: > 2009/12/27 Milan Knížek <[hidden email]>: >> Gilles Caulier píše v Ne 27. 12. 2009 v 14:51 +0100: >>> Done. Checkout and try again. Look info reported to the console... >>> >> $ ./expoblending.shell >> expoblending(17611)/KIPI (loading) >> KIPIExpoBlendingPlugin::AlignBinary::checkSystem: "align_image_stack" >> help header line: >> "align_image_stack version Pre-Release 2009.5.0.4719 >> " >> expoblending(17611)/KIPI (loading) >> KIPIExpoBlendingPlugin::AlignBinary::checkSystem: Found >> "align_image_stack" version: "2009.5" >> expoblending(17611)/KIPI (loading) >> KIPIExpoBlendingPlugin::EnfuseBinary::checkSystem: "enfuse" help header >> line: >> "Usage: enfuse [options] [--output=IMAGE] INPUT..." >> >> enfuse does not show version number in the help text anymore >> === >> $ enfuse -h >> Usage: enfuse [options] [--output=IMAGE] INPUT... >> Fuse INPUT images into a single IMAGE. >> >> INPUT... are image filenames or response filenames. Response >> filenames start with an "@" character. >> >> Common options: >> -V, --version output version information and exit >> === >> >> but offers a command line option "-V" to find out the version number. >> Though, I am not sure if it existed in earlier versions. >> >> === >> $ enfuse -V >> enfuse 4.0-753b534c819d >> >> Copyright (C) 2004-2009 Andrew Mihal. >> License GPLv2+: GNU GPL version 2 or later >> <http://www.gnu.org/licenses/gpl.html> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. >> >> Written by Andrew Mihal and others. > > ok, now i understand why it cannot find it... I will fix code... > > Gilles > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Milan Knížek
>
> x Possibility to delete the target files (right click with mouse or > icon?). When playing with the expoblending parameters, the list gets > full soon. This one is implemented in trunk Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Cannot run enfuse : enfuse: levels must in the range 1 to 29. ==== enfuse, version 3.2 ==== 1. Now I can quckliy compare a few attemps by selecting items on the list, but I will definitely forget the input values I've used when more than 2 ;) 2. The window is modal, so I cannot go to light table. Regards, Bartek 2009/12/27 Gilles Caulier <[hidden email]>
_______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
Gilles Caulier píše v Ne 27. 12. 2009 v 23:57 +0100:
> > > > x Possibility to delete the target files (right click with mouse or > > icon?). When playing with the expoblending parameters, the list gets > > full soon. > > This one is implemented in trunk Works nicely. Milan Knizek knizek (dot) confy (at) volny (dot) cz http://www.milan-knizek.net - About linux and photography (Czech language only) _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
Gilles Caulier píše v Ne 27. 12. 2009 v 20:03 +0100:
> Please test again with svn trunk about enfuse version detection It works now. Milan > > Gilles > > 2009/12/27 Gilles Caulier <[hidden email]>: > > 2009/12/27 Milan Knížek <[hidden email]>: > > but offers a command line option "-V" to find out the version number. > >> Though, I am not sure if it existed in earlier versions. > >> > >> === > >> $ enfuse -V > >> enfuse 4.0-753b534c819d > >> > >> Copyright (C) 2004-2009 Andrew Mihal. > >> License GPLv2+: GNU GPL version 2 or later > >> <http://www.gnu.org/licenses/gpl.html> > >> This is free software: you are free to change and redistribute it. > >> There is NO WARRANTY, to the extent permitted by law. > >> > >> Written by Andrew Mihal and others. > > > > ok, now i understand why it cannot find it... I will fix code... > > > > Gilles > > > _______________________________________________ > Digikam-users mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-users Milan Knizek knizek (dot) confy (at) volny (dot) cz http://www.milan-knizek.net - About linux and photography (Czech language only) _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Bartek Pietrasiak
pietras pietras píše v Po 28. 12. 2009 v 03:15 +0100:
> And some wishes: > 1. Now I can quckliy compare a few attemps by selecting items on the > list, but I will definitely forget the input values I've used when > more than 2 ;) I was thinking about constructing the file name with some cryptic abbreviations like: enfused-01-L25HMoffExp75Sat25Cnt00CIECAMoff.png There would still be trouble of unknown number of source images used for "enfusing". Alternatively, expoblending could remember the settings of each target and just restore it after clicking on the target thumbnail. In any case, having an option to rename the file also manually would be nice. Regards, Milan Knizek knizek (dot) confy (at) volny (dot) cz http://www.milan-knizek.net - About linux and photography (Czech language only) _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2009/12/28 Milan Knížek <[hidden email]>:
> pietras pietras píše v Po 28. 12. 2009 v 03:15 +0100: > >> And some wishes: >> 1. Now I can quckliy compare a few attemps by selecting items on the >> list, but I will definitely forget the input values I've used when >> more than 2 ;) > I was thinking about constructing the file name with some cryptic > abbreviations like: > > enfused-01-L25HMoffExp75Sat25Cnt00CIECAMoff.png This is a temp file name generated by KDE API. In fact this one will be renamed as target file with save button (if you select item in list), or deleted at end... Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2009/12/28 Gilles Caulier <[hidden email]>:
> 2009/12/28 Milan Knížek <[hidden email]>: >> pietras pietras píše v Po 28. 12. 2009 v 03:15 +0100: >> >>> And some wishes: >>> 1. Now I can quckliy compare a few attemps by selecting items on the >>> list, but I will definitely forget the input values I've used when >>> more than 2 ;) >> I was thinking about constructing the file name with some cryptic >> abbreviations like: >> >> enfused-01-L25HMoffExp75Sat25Cnt00CIECAMoff.png > > This is a temp file name generated by KDE API. In fact this one will > be renamed as target file with save button (if you select item in > list), or deleted at end... > Oups sorry wrong thread. Forget this message. Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Gilles Caulier-4
To remember enfuse settings i propose to no touch filename (i hate
long file name), but to put all settings description in image comment from metadata. Gilles 2009/12/28 Gilles Caulier <[hidden email]>: > 2009/12/28 Milan Knížek <[hidden email]>: >> pietras pietras píše v Po 28. 12. 2009 v 03:15 +0100: >> >>> And some wishes: >>> 1. Now I can quckliy compare a few attemps by selecting items on the >>> list, but I will definitely forget the input values I've used when >>> more than 2 ;) >> I was thinking about constructing the file name with some cryptic >> abbreviations like: >> >> enfused-01-L25HMoffExp75Sat25Cnt00CIECAMoff.png > > This is a temp file name generated by KDE API. In fact this one will > be renamed as target file with save button (if you select item in > list), or deleted at end... > > Gilles > Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Bartek Pietrasiak
2009/12/28 pietras pietras <[hidden email]>:
> Cannot run enfuse : > > enfuse: levels must in the range 1 to 29. > > ==== enfuse, version 3.2 ==== Fixed in svn. > > And some wishes: > 1. Now I can quckliy compare a few attemps by selecting items on the list, > but I will definitely forget the input values I've used when more than 2 ;) I will put all settings description in target image comments > 2. The window is modal, so I cannot go to light table. I will try to fix it. Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
2009/12/28 Gilles Caulier <[hidden email]>:
> 2009/12/28 pietras pietras <[hidden email]>: >> Cannot run enfuse : >> >> enfuse: levels must in the range 1 to 29. >> >> ==== enfuse, version 3.2 ==== > > Fixed in svn. > >> >> And some wishes: >> 1. Now I can quckliy compare a few attemps by selecting items on the list, >> but I will definitely forget the input values I've used when more than 2 ;) Enfuse settings will be displayed over enfused item as tootip and recorded in XMP metadata Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
BTW, storing settings in metadata would be good idea also for other operations, e.g. raw decoding. If I don't put some info in caption, I will forget which e.g. profile I used.
2009/12/28 Gilles Caulier <[hidden email]> 2009/12/28 Gilles Caulier <[hidden email]>: _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Bartek Pietrasiak
2009/12/28 pietras pietras <[hidden email]>:
> Cannot run enfuse : > > enfuse: levels must in the range 1 to 29. > > ==== enfuse, version 3.2 ==== > > And some wishes: > 1. Now I can quckliy compare a few attemps by selecting items on the list, > but I will definitely forget the input values I've used when more than 2 ;) > 2. The window is modal, so I cannot go to light table. Done in svn. All dialogs are non modal... Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Milan Knížek
2009/12/27 Milan Knížek <[hidden email]>:
> Gilles Caulier píše v Ne 27. 12. 2009 v 16:26 +0100: >> Try again with current svn trunk >> > It did not work either - I guess you left the old code checking for a > particular string, which does not exist in newer enfuse version. > > To move forward, I copied&pasted some pieces of code from > enfusebinary.cpp to go over the test just for my enfuse version (I am no > coder and it would take me hours to find out what is the syntax of > functions to do it in a better way). It is attached, but I do not think > you should be interested ;-) > > Now back to the expoblending itself: > > x the window can be maximised and its size can be changed manually in > Gnome session > > x The temporary files get deleted when not saved as final version > > Wishes: > > x Possibility to skip auto alignment step (not needed for images from > tripod and takes time). Alignment can be dropped now. Please checkout svn trunk, test and report. Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Free forum by Nabble | Edit this page |