Version: unknown (using 4.1.85 (KDE 4.1.85 (KDE 4.2 Beta2)), Kubuntu packages) Compiler: cc OS: Linux (x86_64) release 2.6.27-7-generic The preview in the inpainting tool works fine and shows the desired effect. But when clicking "OK", the tool is stuck at "Inpainting ... 0%" in the status bar. I waited for several minutes but then had to cancel the operation.
Confirmed, it does nothing...
It seems to work though, because if you cancel the tool, the result can be seen in the editor. Maybe the progress bar is just not updated somehow? Andi
SVN commit 912029 by cgilles: digiKam from trunk : Inpainting tool : - do not mix settings : Nb iteration = da ==> Greystoration algorithm make an infinite loop with default settings. - use double cast for each Greystoration parameters relevant. BUG: 179807 M +1 -2 imageplugin_inpainting.cpp M +1 -1 imageplugin_inpainting.h M +26 -26 inpaintingtool.cpp M +1 -1 inpaintingtool.h WebSVN link: http://websvn.kde.org/?view=rev&revision=912029
With 5.8.0, in-painting image editor tool was been replaced by a Clone tool. More details here : https://community.kde.org/GSoC/2017/StatusReports/shazaismailkaoud Gilles Caulier