Krita/GetStartedOn

From KDE Community Wiki
Revision as of 03:43, 27 October 2015 by Miabrahams (talk | contribs) (Add some links from bugs.kde.org)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page should contain interesting tasks that people might want to get started with. If you are familiar with the code and an idea that crosses your mind which you think might be fun or interesting to code, you can drop it here.

These don't necessarily have to be junior jobs, but can include any high level ideas that a motivated newcomer might tackle.

From bugs.kde.org

Scanner plugin

See https://bugs.kde.org/show_bug.cgi?id=122812.

Krita supports 8 and 16 bit/channel images. All KDE scanning libraries are limited to 8 bit/channel QImages. So in order to implement this wish, we need to create a plugin that speaks to SANE directly. This is a bit challenging, but a very rewarding self-contained task.