Digikam/GSoC2012/CloneTool: Difference between revisions

From KDE Community Wiki
No edit summary
 
Line 7: Line 7:
https://bugs.kde.org/show_bug.cgi?id=132483
https://bugs.kde.org/show_bug.cgi?id=132483


Some code already exist but it's unmaintainable
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:=
=Ideas:=


1. Some code alredy exist here https://projects.kde.org/projects/extragear/graphics/digikam/repository/show?rev=gsoc%2Fclone , but it's based on unmaintainable library(Taucs) and it's not fully completed.
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)
2.Tool with preview widget and brush management is partially implemented(check what is available implement what is missing)
Line 26: Line 27:


=TODO=
=TODO=
1. Get information
1. Get information



Latest revision as of 09:10, 17 February 2012

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.