Summary: | Make it possible to apply lens correction in batch | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Henrik Nordvik <henrikno> |
Component: | Plugin-Bqm-LensCorrection | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | benjamin_makus, caulier.gilles, hipescho, Info |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.5.0 | |
Sentry Crash Report: | |||
Attachments: | BQM- pic and distorted corrected pics version |
Description
Henrik Nordvik
2009-11-27 09:44:21 UTC
*** Bug 201356 has been marked as a duplicate of this bug. *** I wrote a little in the CVS-Sources and I did not found the lens-correction-tool in the basetools of queuemanager. Yes, it would be great, if BQM support the lens-correction-tool. Do you mean that you is developper and interrested to implemented this feature ? We can work together on this subject Gilles Caulier I´m sorry, but I am no developer, so I cannot help you in this case. escho SVN commit 1176678 by cgilles: now, lensfun settings widget use partially digiKam lensfun iface to handle camera/lens/shot information from metadata. It still some work to do to set this widget fully undependant of lensfun library. The goal of course is to port this tool to BQM easily. CCBUGS: 216353 M +21 -106 lensfuncameraselector.cpp M +4 -0 lensfunfilter.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1176678 SVN commit 1177207 by cgilles: introduce new Batch Queue Manager to perform lens correction through LensFun library. The tool do not work well in some cases, to auto process images, using metadata. The manual mode to select lens features is not yet suitable. CCBUGS: 216353 M +1 -0 CMakeLists.txt M +60 -35 libs/dimg/filters/lens/lensfuncameraselector.cpp M +9 -3 libs/dimg/filters/lens/lensfuncameraselector.h M +5 -0 libs/dimg/filters/lens/lensfuniface.cpp M +1 -0 libs/dimg/filters/lens/lensfuniface.h AM utilities/queuemanager/basetools/enhance/lensautofix.cpp [License: GPL (v2+)] AM utilities/queuemanager/basetools/enhance/lensautofix.h [License: GPL (v2+)] M +2 -0 utilities/queuemanager/batchtoolsmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1177207 SVN commit 1177449 by cgilles: enabled new LEnsFun Batch Queue Manager tool for digiKAm 1.5.0 release... BUG: 216353 M +1 -1 batchtoolsmanager.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1177449 SVN commit 1177847 by cgilles: big change there. Now lensfun filter used in BQM and IE can use an undependant LensFun iface not instanced to GUI This point is important to be able to apply lens correction in more than one queue from BQM at the same time CCBUGS: 216353 M +17 -18 imageplugins/enhance/lensautofixtool.cpp M +105 -46 libs/dimg/filters/lens/lensfuncameraselector.cpp M +16 -5 libs/dimg/filters/lens/lensfuncameraselector.h M +2 -2 libs/dimg/filters/lens/lensfunfilter.cpp M +32 -5 libs/dimg/filters/lens/lensfunfilter.h M +14 -29 libs/dimg/filters/lens/lensfuniface.cpp M +0 -6 libs/dimg/filters/lens/lensfuniface.h M +32 -28 libs/dimg/filters/lens/lensfunsettings.cpp M +2 -2 libs/dimg/filters/lens/lensfunsettings.h M +93 -21 utilities/queuemanager/basetools/enhance/lensautofix.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1177847 Created attachment 103218 [details]
BQM- pic and distorted corrected pics version
After BQM _and_ distortion correction, it should be possible to choose the final cut -INcluding original distortion- or -EXcluding original distortion.
|