GSoc/2023/StatusReports/SrirupaDatta: Difference between revisions
Appearance
Line 1: | Line 1: | ||
= <b> Improving the Bundle Creator in Krita </b> = | |||
== Summary == | |||
The primary format to share resources in Krita is a Resource Bundle, which is a compressed file containing all the resources together. It also contains some other information like metadata and a manifest so Krita can check there’s no errors in the file. | The primary format to share resources in Krita is a Resource Bundle, which is a compressed file containing all the resources together. It also contains some other information like metadata and a manifest so Krita can check there’s no errors in the file. | ||
Line 9: | Line 9: | ||
https://i.postimg.cc/mkkftskq/final2.png | https://i.postimg.cc/mkkftskq/final2.png | ||
== Blog Posts == | |||
* [https://srirupa19.github.io/gsoc/2023/05/14/first_post.html First Blog Post for GSoC'23] | * [https://srirupa19.github.io/gsoc/2023/05/14/first_post.html First Blog Post for GSoC'23] | ||
* [https://srirupa19.github.io/gsoc/2023/05/25/second_post.html Second Blog Post for GSoC'23] | * [https://srirupa19.github.io/gsoc/2023/05/25/second_post.html Second Blog Post for GSoC'23] | ||
== Merge Request == | |||
The merge request for this project can be viewed [https://invent.kde.org/graphics/krita/-/merge_requests/1802 here]. | The merge request for this project can be viewed [https://invent.kde.org/graphics/krita/-/merge_requests/1802 here]. | ||
== Timeline == | |||
===== Week 1 ===== | ===== Week 1 ===== |
Revision as of 11:00, 27 May 2023
Improving the Bundle Creator in Krita
Summary
The primary format to share resources in Krita is a Resource Bundle, which is a compressed file containing all the resources together. It also contains some other information like metadata and a manifest so Krita can check there’s no errors in the file.
Krita’s Bundle Creator allows one to create their own bundle from the resources of their choice. The project aims to improve the user interface of the current Bundle Creator, and allow the ability to edit bundles (which is currently not supported in Krita).
Blog Posts
Merge Request
The merge request for this project can be viewed here.