Summary: | inpainting tool doesn't use greycstoration threads | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Lynda Metref <lyly> |
Component: | Plugin-Editor-GmicQt | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.8.0 | |
Sentry Crash Report: |
Description
Lynda Metref
2007-12-29 20:16:21 UTC
Lynda, Witch digiKam version you use ? Gilles Caulier 0.9.2-final from Ubuntu gutsy repository OK. This is fixed on new digiKam 0.9.3. For indeep problem in CImg library comming with 0.9.2, multithreading has not been used. With 0.9.3, 2 separate CImg thread are used. Cimg library have been updated of course... Gilles Gilles, Restauration and Resize using Greystoration work fine with 2 threads at 100% CPU. Inpainting launches 2 threads as well, but the combined load never exceeds 50%. It seems the threads exclude each other mutually, one goes up, the other down and vise-versa. Gerhard 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 |