GSoC/2017/StatusReports/shazaismailkaoud: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2017‎ | StatusReports
Line 16: Line 16:
*branch commits: https://cgit.kde.org/digikam.git/log/?h=gsoc17-healing&qt=author&q=Shaza
*branch commits: https://cgit.kde.org/digikam.git/log/?h=gsoc17-healing&qt=author&q=Shaza
== What I learned during the program ==
== What I learned during the program ==
This summer I learned a lot, to begin with being introduced to the great community of digiKam, KDE, and the open source contribution itself.
Improving the tool design and usability during development was also a great experience, during summer my main feedback source was my mentor, but planning to communicate with the community for more ideas and for improving the tool in the future.


== To Do ==
== To Do ==
Implement the class used for the brush (a new preview widget) from scratch instead of inheritance from an existing class (guide widget) to able to support zoom for a smoother tool usage.
Implement the class used for the brush (a new preview widget) from scratch instead of inheritance from an existing class (guide widget) to able to support zoom for a smoother tool usage.

Revision as of 19:38, 28 August 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]

Screenshot: File:Healing clone.jpg

Produced Tool Demo

While developing the brush the user experience of the proposed design appeared to be not optimal, after several iteration during the program the user only has to set the source by the spot and click a button to fix it and by clicking anywhere in the image the destination is considered. The current brush supports motion which makes the tool easy to use. demo video

My Important links

What I learned during the program

This summer I learned a lot, to begin with being introduced to the great community of digiKam, KDE, and the open source contribution itself. Improving the tool design and usability during development was also a great experience, during summer my main feedback source was my mentor, but planning to communicate with the community for more ideas and for improving the tool in the future.

To Do

Implement the class used for the brush (a new preview widget) from scratch instead of inheritance from an existing class (guide widget) to able to support zoom for a smoother tool usage.