Skip to content

Last week in Krita — week 19

Previous Post | Wednesday, 7 May 2014 | Reading time: 4 minutes | Next Post

Big changes are made through small steps, and this week we made a lot of them. The team worked hard to unify tag management, standardize color rendering across all tools, fix interface bugs and optimize some filters. The majority of bugs and fixes are worked in the main development branch, but the bigger and experimental ones are made inside separate branches.

Branches work is not included automatically into the main development branch. Before sending it the branch developer and brave users work with it, test it and help optimize it before adding it to the main branch.

Week 19 progress

This week’s new features:

This week’s main Bug fixes:

Implement support for more palette types

We now support RIFF_PAL palettes, paintshop pro palettes and Photoshop ACO palettes.

ACO (Adobe Color Palette) is the native Format of Photoshop which support rgb, cmyk, hsv, lab and gray, at 16 bits/channel. A nice addition to default gimp palettes, indeed!

Search filter box in Gmic

Gmic offers around 250 different filters to use. Finding them by space memory is a bit slow when you know exactly what you want. The new search box allows to easily find the filter by its name.

Gmic filtering with keyword

Krita Sketch and Gemini

Code cleanup and optimizations

Branches work

A developer can focus on a major new feature without worrying about making Krita unusable by using branches. This week in branches we had some interesting work.

2.8

2.8 stable received a couple of new features and bug fixes:

animator-plugin-somsubhra

Advancement in layer handling for animation data and fixes to interface loading and preferences.

krita-testing-kazakov

Exciting work from Dmitry in this branch. Color rendering massive improvements and standarization across all Krita components, fixing bugs in color selection, popup palette colors, specific color selector and adding support in palette docker for color managed rendering.

calligra-resource_md5-rempt

Boudewijn is preparing the tag system for growing and extending. The current code, now in master, makes the system more robust and versatile allowing the resources to be recognized even if they change location.