GSoC/2017/StatusReports/shazaismailkaoud: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2017‎ | StatusReports
No edit summary
No edit summary
Line 5: Line 5:
== Updated UI ==
== Updated UI ==
While developing the brush the user experience of the proposed design appeared to be not optimal, currently the user only has to set the source and by clicking anywhere in the image the destination is considered. The current brush supports a motion similar to the famous photoshop user experience which will make the tool easy to use.
While developing the brush the user experience of the proposed design appeared to be not optimal, currently the user only has to set the source and by clicking anywhere in the image the destination is considered. The current brush supports a motion similar to the famous photoshop user experience which will make the tool easy to use.
[[File:Healing_clone_tool_UI.png|200px|thumb|left|alt text]]
[[File:Healing.png]]
== My Important links ==
== My Important links ==
*project link: https://summerofcode.withgoogle.com/projects/#6519543590551552  
*project link: https://summerofcode.withgoogle.com/projects/#6519543590551552  
*blog link: https://shazaismailkaoud.wordpress.com/
*blog link: https://shazaismailkaoud.wordpress.com/
*branch commits: [https://cgit.kde.org/digikam.git/log/?h=gsoc17-healing&id=11d78ae9114bbbff8307c43ee1d572269c0b4844&qt=author&q=Shaza]
*branch commits: [https://cgit.kde.org/digikam.git/log/?h=gsoc17-healing&id=11d78ae9114bbbff8307c43ee1d572269c0b4844&qt=author&q=Shaza]

Revision as of 02:42, 27 July 2017

[digiKam]: Healing clone tool for dust spots removal

A tool for image editor to be used for healing image stains with the use of another part of the image by coloring by the use of one part over the other, mainly testing on dust spots, but can be used for other particles hiding as well.

Proposal: [1]

Updated UI

While developing the brush the user experience of the proposed design appeared to be not optimal, currently the user only has to set the source and by clicking anywhere in the image the destination is considered. The current brush supports a motion similar to the famous photoshop user experience which will make the tool easy to use.

My Important links