GSoC/2021/StatusReports/Sachinjindal: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2021‎ | StatusReports
(Created page with "'''Contents''' '''Reference Images Improvement''' Krita has a Reference Image Tool to aid artists drawing with photo referencing. This project aims to improve the Reference...")
 
Line 17: Line 17:


=== '''Work Report''' ===
=== '''Work Report''' ===
====  
==== Week 1 & 2 ====
Week 1 & 2 ====
I implemented all necessary options in the widget (UI) and integrated them with new decoration in Reference Images . So when the Crop is requested it switches the decoaration and handle for the Crop Operation.  
I implemented all necessary options in the widget (UI) and integrated them with new decoration in Reference Images . So when the Crop is requested it switches the decoaration and handle for the Crop Operation.  


Line 29: Line 28:
* Link to Phabricator task [https://phabricator.kde.org/T14490 T14490]
* Link to Phabricator task [https://phabricator.kde.org/T14490 T14490]
* Merge Request [https://invent.kde.org/graphics/krita/-/merge_requests/901/commits 901]
* Merge Request [https://invent.kde.org/graphics/krita/-/merge_requests/901/commits 901]
* Blogs [[dalsachin.github.io/|here]]
* Blogs [[jindalsachin.github.io/|here]]

Revision as of 18:44, 13 July 2021

Contents

Reference Images Improvement Krita has a Reference Image Tool to aid artists drawing with photo referencing. This project aims to improve the Reference Image Tool to include some additional features that will be helpful to the artists especially for photo studies. The goal is to add new features in the Tool and make the Reference Image Tool more interactive .

Project Goals

  • Pin Reference Image to canvas.
  • Integrate the crop functionality.
  • Update & sync the reference image .

Mentors Wolthera van Hövell tiar Halla Rempt

Relevant Code and Technical Pre-requisites

Work Report

Week 1 & 2

I implemented all necessary options in the widget (UI) and integrated them with new decoration in Reference Images . So when the Crop is requested it switches the decoaration and handle for the Crop Operation.

Blog Week-1-&-2

Week 3 & 4

I started implementing the Pin Reference Image features with new transformation for QPainter and mouse actions . Then i proceeded with adding an undo-able operation for Cropping Reference Images with KUndo2Command and integrating it with the widget and decoration .

Deliverables