Bug 179807

Summary: Inpainting tool stuck at 0%
Product: [Applications] digikam Reporter: Gandalf Lechner <gandalflechner>
Component: Plugin-Editor-GmicQtAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.10.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 5.8.0

Description Gandalf Lechner 2009-01-06 16:00:53 UTC
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.
Comment 1 Andi Clemens 2009-01-06 16:09:41 UTC
Confirmed, it does nothing...
Comment 2 Andi Clemens 2009-01-06 17:51:31 UTC
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
Comment 3 caulier.gilles 2009-01-16 15:56:00 UTC
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
Comment 4 caulier.gilles 2017-09-05 05:09:48 UTC
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