Digikam/GSoC2012/CloneTool

From KDE Community Wiki
Revision as of 09:10, 17 February 2012 by Munteanu (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Digikam GSoC 2012 Clone Tool for Image Editor

DigiKam image editor need a simple clone tool to be able to remove quickly dusts, spots, and other unwanted artefact from an image.

Relevant Bugzilla entry:

https://bugs.kde.org/show_bug.cgi?id=132483

Some code already exist here but it's unmaintainable library(Taucs): https://projects.kde.org/projects/extragear/graphics/digikam/repository/show?rev=gsoc%2Fclone

Ideas:

1. Check existing code and see what can be used.

2.Tool with preview widget and brush management is partially implemented(check what is available implement what is missing)

3. First focus on basic task - clone a fixed size area, set with setClonePoint to CursorPosition. After that add option to change area size and Drag&Clone(like in GIMP)

4. Look into GIMP code to see how they implement clone tool

5. Focus on using OpenCV library(or something used in GIMP- this will be discussed)

6. Write Unit Tests for Clone Tool.

... Feel free to add more ideas, suggestions etc..

TODO

1. Get information

2. Make a list of tasks

3. Schedule every task.