Как пользоваться krita
Содержание:
Как настроить?

- Windows;
- macOS;
- Linux и другие.
И способна вычислить восемь форматов, а создавать и сохранять в шести.
- Если у вас операционная система Windows, то скачайте архив с официального сайта.
- Перед тем, как работать, рекомендуется посмотреть несколько обучающих видео, которые есть в свободном доступе, чтобы правильно определить какой размер холста вам нужен, какие наборы кистей, какие обновления понадобятся на первое время.
- Файл установки абсолютно стандартный. Распакуйте архив в указанную папку, далее кликните по инсталлятору и дождитесь конца загрузки.
- После запуска редактора выберите язык интерфейса и создавайте холст для творчества.
Download
Windows
Note for Windows users: if you encounter crashes, please follow to use the debug symbols so we can figure out where Krita crashes.
- 64 bits Windows: krita-x64-4.1.0-setup.exe
- Portable 64 bits Windows: krita-x64-4.1.0.zip
- Debug symbols. (Unpack in the Krita installation folder)
- 32 bits Windows: krita-x86-4.1.0-setup.exe
- Portable 32 bits Windows: krita-x86-4.1.0.zip
- Debug symbols. (Unpack in the Krita installation folder)
Linux
- 64 bits Linux: krita-4.1.0-x86_64.appimage
- 64 bits Linux G’Mic-Qt plugin appimage.
(If, for some reason, Firefox thinks it needs to load this as text: to download, right-click on the link.)
When it is updated, you can also use the Krita Lime PPA to install Krita 4.1.0 on Ubuntu and derivatives. We are working on an updated snap.
OSX disk image: krita-4.1.0.dmg
Note: the touch docker, gmic-qt and python plugins are not available on OSX.
For all downloads:
md5sum.txt
Key
The Linux appimage and the source tarball are signed. You can retrieve the public key over https here:
0x58b9596c722ea3bd.asc. The signatures are here (filenames ending in .sig).
Other
- Creating selections is now much faster.
- Krita now tries much, much harder to make sure a file really is saved correctly: we check the size, the date, open the file, check the contents right after saving.
- A really nasty bug was fixed by Wolthera: selections that are entirely outside the image could be saved and on loading would make it seemingly impossible to paint.
- Saurabh Kumar added an option to open an image as a file layer in an already loaded image
- There is a new option to save images to .kra with all layers trimmed to the image size. This is off by default; enable it if you tend to move things outside the image boundaries and don’t want to keep that image data around between sessions.
Krita 4.3.0 Released
Published 6/18/2020
Three months after the release of Krita 4.2.9, we’ve got a major new feature release for you: Krita 4.3.0! We’ve spent the past year not just fixing bugs, even though we fixed over a thousand issues, but have also been busy adding cool new stuff to play with.
There’s a whole new set of brush presets that evoke watercolor painting. There’s a color mode in the gradient map filter and a brand new palettize filter and a high pass filter. The scripting API has been extended. It’s now possible to adjust the opacity and lightness on colored brush tips separately. You can now create animated brush tips that select brush along multiple dimensions. We’ve made it possible to put the canvas area in a window of its own, so on a multi monitor setup, you can have all the controls on one monitor, and your images on the other. The color selector has had a big update. There’s a new snapshot docker that stores states of your image, and you can switch between those. There’s a brand new magnetic selection tool. Gradients can now be painting as spirals.
Watch Ramon Miranda’s introduction to Krita 4.3 and check out the release notes for all the details!
Krita 4.2.1
Hot on the heels of 4.2.0, we’re releasing Krita 4.2.1. Most importantly, this release fixes an issue where after painting for a long time, Krita would become slow because the undo stack would grow infinitely. There are other fixes, too: saving and loading .kra files containing vector layers with image names using non-latin1 characters has been fixed, too. Some fixes are by new contributor Carl Olsson, others by new contributor Dmitry Utkin, many thanks!
Here’s the full list of fixes:
- Fix slowdown after a longer period of use (BUG:408255, BUG:408133)
- Fix loading vector layers when the image name is not latin1 (BUG:408280)
- Fix rectangular grid spacing limits incorrect after resizing canvas (BUG:408166)
- Fix layer properties window draws on top of other application windows (BUG:408170)
- Fix the posterize filter to use non-linear sRGB for computation
- Allow the animation render to start at frame 0 at all times (BUG:408198)
- Enable the Select Opaque actions for group layers (BUG:408236)
- Check whether the drive still exists before creating a temporary directory for animation rendering (BUG:408246)
- Prevent the user from deleting locked layers when pressing shift-del too quickly
- Fix copying and duplicating vector layers (BUG:408028)
- Fix Krita’s canvas being transparent on Linux when built against older versions of Qt (BUG:408225)
- Fix possible small delays at the beginning of a stroke (BUG:408133)
- Fix folding/unfolding when clicking on a layer thumbnail
- Fix undo/redo when working with guides (patches by Summer of Code student Tusooa Zhu)
- Fix reversed Python API guides lock/show states (BUG:408113)
- Make the minimum size for brushes consistent through the application
- Make the auto brush spacing precision values consistent (BUG:359453)
- Improve selection behaviour on the layer docker (BUG:408002)
- Fix macOS zoom and rotate icon getting stuck (BUG:404321)
- Fix the vector stroke style propagating to other vector objects (BUG:407683)
- Fix the Document Tools plugin (BUG:408146)
- Fix the layer name being deselected when opening the layer name editor (BUG:400357)
Our builds of Krita 4.2.1 are also updated to use Qt 5.12.3, which should solve some problems with drag and drop; there might be new problems with display scaling on Windows, though, since the experimental patches for Qt that we used for 4.2.0 now give conflicts.
HDR Painting
HDR Animation created in Krita by Agata Cacko
Krita at CES2019
Krita has been able to work with HDR images since 2005, but it’s now possible to view your HDR image in HDR, on supported hardware. You can now not only save your HDR image in .kra or OpenEXR files, but also extended PNG. With the right version of FFMPEG you can even create animations in HDR! Having the correct computer setup for this can be rather complicated, so head to the documentation to see what is involved. HDR display is only available on Windows 10.
If you have HDR enabled, the Small Color Selector Docker has an extra “nits” slider that allows you to change the brightness of a specfic color.
- Feature – https://docs.krita.org/en/reference_manual/hdr_display.html
- Background Knowledge – https://docs.krita.org/en/general_concepts/colors/scene_linear_painting.html
This work was possible through cooperating with Intel. The work also involved helping these HDR changes get pushed into the development framework Krita uses, Qt. This can allow other applications to take advantange of these features.
Download
Windows
Note for Windows users: if you encounter crashes, please follow to use the debug symbols so we can figure out where Krita crashes.
- 64 bits Windows: krita-x64-4.2.5-setup.exe
- Portable 64 bits Windows: krita-x64-4.2.5.zip
- Debug symbols. (Unpack in the Krita installation folder)
- 32 bits Windows: krita-x86-4.2.5-setup.exe
- Portable 32 bits Windows: krita-x86-4.2.5.zip
- Debug symbols. (Unpack in the Krita installation folder)
Linux
- 64 bits Linux: krita-4.2.5-x86_64.appimage
- 64 bits Linux G’Mic-Qt plugin appimage.
(If, for some reason, Firefox thinks it needs to load this as text: to download, right-click on the link.)
OSX disk image: krita-4.2.5.dmg
Note: the gmic-qt is not available on OSX.
For all downloads:
md5sum.txt
Key
The Linux appimage and the source .tar.gz tarball are signed. You can retrieve the public key over https here: 0x58b9596c722ea3bd.asc. The signatures are here (filenames ending in .sig).
Download
Windows
If you’re using the portable zip files, just open the zip file in Explorer and drag the folder somewhere convenient, then double-click on the krita icon in the folder. This will not impact an installed version of Krita, though it will share your settings and custom resources with your regular installed version of Krita. For reporting crashes, also get the debug symbols folder.
- 64 bits Windows Installer: krita-x64-4.2.9-setup.exe
- Portable 64 bits Windows: krita-x64-4.2.9.zip
- Debug symbols. (Unpack in the Krita installation folder)
- 32 bits Windows Installer: krita-x86-4.2.9-setup.exe
- Portable 32 bits Windows: krita-x86-4.2.9.zip
- Debug symbols. (Unpack in the Krita installation folder)
Linux
- 64 bits Linux: krita-4.2.9-x86_64.appimage
- 64 bits Linux G’Mic-Qt plugin appimage
(If, for some reason, Firefox thinks it needs to load this as text: to download, right-click on the link.)
OSX disk image: krita-4.2.9.dmg
Note: the gmic-qt is not available on OSX.
For all downloads:
md5sum.txt
Key
The Linux appimage and the source .tar.gz and .tar.xz tarballs are signed. You can retrieve the public key over https here: 0x58b9596c722ea3bd.asc. The signatures are here (filenames ending in .sig).
Download
Windows
Note for Windows users: if you encounter crashes, please follow to use the debug symbols so we can figure out where Krita crashes.
- 64 bits Windows: krita-x64-4.1.5-setup.exe
- Portable 64 bits Windows: krita-x64-4.1.5.zip
- Debug symbols. (Unpack in the Krita installation folder)
- 32 bits Windows: krita-x86-4.1.5-setup.exe
- Portable 32 bits Windows: krita-x86-4.1.5.zip
- Debug symbols. (Unpack in the Krita installation folder)
Linux
- 64 bits Linux: krita-4.1.5-x86_64.appimage
- 64 bits Linux G’Mic-Qt plugin appimage.
(If, for some reason, Firefox thinks it needs to load this as text: to download, right-click on the link.)
When it is updated, you can also use the Krita Lime PPA to install Krita 4.1.5 on Ubuntu and derivatives. We are working on an updated snap.
OSX disk image: krita-4.1.5.1.dmg
Note: the touch docker, gmic-qt and python plugins are not available on OSX.
For all downloads:
md5sum.txt
Key
The Linux appimage and the source tarball are signed. You can retrieve the public key over https here:
0x58b9596c722ea3bd.asc. The signatures are here (filenames ending in .sig).
Krita 4.1.0 Released
Published 6/27/2018
Three months after the release of Krita 4.0, we’re releasing Krita 4.1!
This release includes the following major new features:
- A new reference images tool that replaces the old reference images docker.
- You can now save and load sessions: the set of images and views on images you were working on
- You can create multi-monitor workspace layouts
- An improved workflow for working with animation frames
- An improved animation timeline display
- Krita can now handle larger animation by buffering rendered frames to disk
- The color picker now has a mixing option
- Improved vanishing point assistant — and assistants can be painted with custom colors
- Krita’s scripting module can now be built with Python 2
- The first part of Ivan Yossi’s Google Summer of Code work on improving the performance of brush masks through vectorization is included as well!
And there are a host of bug fixes, of course, and improvements to the rendering performance and more features. Read the full release notes to discover what’s new in Krita 4.1!
Image by RJ Quiralta
Как пользоваться Krita?
Сразу нужно заметить, что рисовать мышью вам будет не совсем удобно, так как большинство художников используют для рисования специальный графический планшет, который позволяет учитывать не только направление движения, но и силу нажатия. Дальше мы рассмотрим как пользоваться Krita.
1. Интерфейс
Программа написана на Qt, но ее интерфейс выглядит нетипичным для таких приложений. Окно программы темное и чем-то напоминает Photoshop:

Для простоты работы давайте разделим окно на несколько областей и разберем зачем нужна каждая из них:
- Меню программы — находится в самом верху окна, здесь содержаться опции для обработки документов;
- Верхняя панель инструментов — сразу под меню находится панель инструментов, на которой вы можете настроить палитру, градиенты, текстуры, а также некоторые параметры кистей;
- Панель инструментов — находится по левому краю окна, здесь вы можете выбрать кисть для рисования;
- Рабочая область — здесь будет отображено, непосредственно, ваше изображение;
- Настройки кисти и слоев — область справа от рабочей области, позволяет менять различные настройки кисти;
- Статус бар — находится в самом низу окна, здесь отображается масштаб и прогресс рисования фигур.
Дальше рассмотрим как создать свое первое изображение.
2. Создание холста
Вы не можете приступить к рисованию сразу после запуска программы. Сначала вам нужно создать холст нужного размера с нужным заполнением. Для этого откройте меню «Файл» и выберите пункт «Создать»:

В открывшемся окне необходимо выбрать один из шаблонов или указать ширину, высоту и цвет фона вручную:
Также можно выбирать прозрачные текстуры для рисования:

3. Использование кистей
Основа рисования в Krita — это использование различных кистей и их форм для составления различного вида фигур. На панели инструментов слева вы можете выбрать любой инструмент рисования. Здесь доступны линии, перо, прямоугольники, овалы, ломанные линии и другое:

Но нарисованы они могут быть по-разному. Кисти, которыми будет выполняться рисование можно выбрать на панели справа. Вы можете выбрать обычное рисование линии, закругление, различные штрихи и улучшения, точки, размытие и даже эффект огня. Поэкспериментируйте с кистями. Здесь есть очень много чего интересного:


Здесь же можно подобрать цвет. Наиболее часто используемые кисти можно выбрать на колесике, которое появляется при нажатии правой кнопки мыши:

Размер кисти можно выбрать на панели инструментов над рабочей областью. Здесь же можно выбрать непрозрачность при рисовании. Экспериментируйте с различными кистями и их размерами и комбинацией. Вы можете сделать все что захотите. Я нарисовал такую простенькую картинку за несколько минут:

Что это? Шляпа? Нет, это удав, который съел слона
4. Слои
Слои — это такая полезная вещь, с помощью которой вы можете группировать объекты на изображении и выполнять над ними различные действия независимо друг от друга, смотреть как изображение будет выглядеть без этих объектов или модифицировать их в любое время. В Krita слои реализованы намного лучше чем в Gimp. Здесь существует несколько типов слоев.
Вы можете создать слой из меню «Слой» — «Создать»:

Управлять доступными слоями вы можете на панели справа. Только здесь нужно переключиться на вкладку слои. После выбора активного слоя все действия будут выполняться только на нем. Например, если мы добавим надпись, она отобразится уже на новом слое.
5. Фильтры Krita
В плане фильтров программа для рисования krita тоже не уступает Gimp. С помощью меню «Фильтры» вы можете выбрать один из поддерживаемых фильтров для улучшения вашего рисунка. Например, можно выбрать различные художественные фильтры для подражания работе кистью и красками:

Или использовать фильтры размытия и коррекции цветов.
6. Сохранение результата
Последнее, что нужно сделать после работы в программе, это сохранить то, что у вас получилось. По умолчанию программа сохраняет результат работы в формате *.kra:

Необходимо открыть меню «Файл» и выбрать «Сохранить». Затем выберите папку для сохранения:

В окне выбора папки вы можете также изменить формат, на более привычный для других программ, такой как jpeg или png:


Готово, теперь вы знаете в общих чертах как пользоваться программой Krita.
Системные требования

- Частота процессора- 2200 мГ и больше.
- Оперативная память- 1024 Мб и больше.
- Видеопамять на видеокарте 64мб и лучше.
- Свободного места на диске не менее 2048 Мб.
- Операционная система- Windows, macOS, Linux и другие.
Несомненными преимуществами Krita- это ее кроссплатформеность и бесплатное распространение. Данные факторы очень важны для начинающих художников, которым необходимо прокачивать навыки, а средств купить лицензионное программное обеспечение нет. Постоянные обновления избавляет от багов, а пользователи вносят свои предложения и коррективы, что положительно влияет на популярность и качество программы.
Krita Update!
Published 2/2/2011
Calligra moved to git december 12, 2010. We’re in February now, and since then there have been 2222 commits — not counting various branch merges. There are now 37 active feature branches. Not all of that work is for Krita, but in the onslaught it’s getting difficult to actually keep track of all the work!
Lukáš Tvrdý has taken over the job of planning the next Krita sprint from me — I was just too overloaded to actually do anything. With the team growing, I’m sure this sprint will rock as much as the previous one. Just don’t forget the t-shirt design effort!
Kubuntiac a.k.a. Bugsbane, webmaster of krita.org is busy working on a feature overview of Krita. We need screenshots to show off!
There’s one lovely design by Animtim already, featuring a squirrel. During GCI, Heroid told us in #krita that “kirta” is Albanian for squirrel and asked us what we thought of a painting squirrel as a Krita mascot, the whole team rather fancied the idea.
New Krita user Rachepatty showed this strong self portrait in the forum gallery:
LGM
KDE e.V. has accepted the proposal to send Lukáš, me and Animtim to LGM. Animtim will hold a workshop centered around drawing comics using Krita. Lukáš intends to present the state of the art in Krita, while I want to man a booth with one or computers running the latest Krita, introducing everyone who’s interested to Krita in the proposed LGM lab area.
Code
Not content with fixing bugs, for instance in the experimental paintop and the mirroring feature beloved by Animtim, Deevad and other artists, Lukáš (who is now also working profesionally on Calligra for Ixonos) has been having a lot of fun exerimenting with mirroring, in his multihand branch. For now, there is hardcoded symetry mode with the axis point in center with six brushes. Lots of fun to be had!
Cyrille Berger has started work on making it possible to have multiple inputs for every brush preset parameter — like having both “pressure” and “random” (still called fuzzy, I think) influence the size or opacity of your brush footprint. He improved recording, in repsonse to queries by a user on the forum and made it possible to use gradients or patterns as a color source for painting. Krita 2.3 already feels old now…
Boudewijn Rempt has mostly worked on fixing bugs for Krita 2.3.x — improving memory handling and backporting fixes from git.
Silvio Heinrich has been working on implementing new blending modes. Look at this before and after screenshot (the first is with regular Krita, the second with his new blending modes enabled).
before…
and after…
(his own artwork, by the way!)
Silvio has also worked on improving the canvas rotation, mirror and zoom, and on improving the smudge brush.
Sven Langkamp has been chipping away at user interaction niggles, imprving the toolbox, moving the mirror options to the brushes toolbar, fixing shortcuts for tools and lots more bugs. And then for kicks and giggles added a channels docker and a basic workspace manager!
Geoffry Song has improved the assistants — freely placable guides on the canvas that make painting along lines and shapes much easier — beyond all recognition.
Conclusion
While there are some regressions — and we’re on top of those — and some severe bugs have been discovered after the 2.3 release, Krita really seems to fulfil its promise now; it’s really quite stable under most circumstances, the performance is good and the features and improvements keep coming in. So get out your wacom and start painting. We need new entries in the showcase and the forum gallery!
New KPL Color Palette Format & Improved Palette Docker
The palette docker in Krita 3 can only handle 8bit sRGB. Our existing GPL color palette format was designed in a time when anything more seemed like decadence. We’ve taken the plunge and designed a new color palette file format. The KPL fileformat can store any color that Krita can handle. This new file format also allows you to group colors! The file format is made up of a ZIP file with an xml inside. (We are nothing if not consistent!)
The palette docker has also been improved with the following things:
- drag and drop support
- color renaming
- color grouping
- able to load Swatchbooker (SBZ) palettes (patch by L.E. Segovia)
- able to load Scribus XML palettes (patch by L.E. Segovia)
Bugs Fixed
- Make it possible to use dots in filenames (note that that still might confuse your OS) (BUG:409765)
- Fix regression on softness sensor on Default Circle autobrush tip (BUG:409758)
- Clear any leftover points in the line tool on each use so there are no false starts (BUG:408439)
- Do not reset the opacity to zero when moving more than one shape at a time (BUG:409131)
- Do not ignore rotation in the bristle brush engine (BUG:384231)
- Fix cursor drift when using pan/zoom/rotate (BUG:409460)
- Fix a crash when creating an RGB image after the last used color model was CMYK (BUG:409916)
- Use Qt’s QImageIO image import/export filter for PPM files instead of our own, broken implementation. (BUG:409714)
- Fix updating the brush size in the toolbar using shortcuts or drag (BUG:408331)
- Make generated gradient names translatable (BUG:410034)
- Fix a crash that could happen when closing Krita after deleting a session (BUG:409909)
- Fix a bug in the color picker that made it possible for the active foreground color to be transparent
- Fix a logic error in the Separate Image plugin (BUG:410308)
- Update the notes for the LargeRGB color profile (BUG:410023)
- Fix the filename reference for Rec.709 profiles
- Add a workaround for the KisShortcutsMatcher assert (BUG:408826)
New Text Tool
One of the improvements funded by the 2016 kickstarter was a new text tool. With the goal of creating a tool that would be stable, dependable and simple to use, we made a lot of progress in Krita 4.0. External pressure made it impossible to implement everything we wanted for Krita 4.0, and we will be making more updates and adding new things to the text tool as the 4.x releases progress: line wrapping, fine typographic control, vertical text layout for Asian languages, as well as improvements in workflow are all still planned.
Check what is possible in the manual for the text tool.
Some of the changes and things you can do with the new text tools
- Uses SVG internally
- supports 90% of all SVG 1.1 text features except glyphs and rotation
- edit font size, line height, color, font weight, italics, and more
- The text editor popup supports entering bidirectional text
- The text editor popup has both a rich text editor panel as well as an SVG source editor panel where you can enter any SVG that is valid inside a text element.
Python Scripting
The BIG stretch goal of last year’s Kickstarter! You can now create scripts that create and manipulate images, add dockers and entries to the menu and much more. Note that this is the first release of Krita with scripting, so we’re expecting lots of feedback from you all on what can be done with scripting and what not, and which part of the API works, and which part doesn’t.
We also are including a large amount of scripts so you can see how it works for examples. In Krita’s settings dialog, you can enable or disable Python plugins and check out the script’s manual. Krita will need to be restarted for the python scripts to show up or be disabled.
Read this in-depth overview of python scripting and the Krita Python API documentation!
Python Plugin Manager
Manage which python scripts are active. Located via Settings->Configure Krita->Python Plugin Manager. Activated plugins can be accessed via the tools->scripts.
Note that on Windows 7 and 8 you need to install the Universal C Runtime separately. See the .
We’ve taken several wishes from our forums and community and turned them into python scripts. Hopefully with these samples you can see the types of things you can accomplish with Python scripting. Creating these plugins also allowed us to test our own API. Let’s take a look at some of them…
Included Scripts Highlights
Ten Brushes – Assign specific brush presets to shortcuts. You can do this with dragging and dropping the preset into the shortcut slots. Of course you can open the script up and modify how this works to your heart’s desire!
Internal Scripting Console – Run scripts while you are in Krita. Important for when you are testing things, or for when you just want to write a small script. The python editor is equipped with syntax-hightlighting and a small debugger to tell you when your code does not make sense. Created by Eliakin Almeida during his 2017 Summer fo Code project.
Quick Settings Docker – Quickly change between brush sizes, opacity, and flow values… If you’ve used some other applications, this’ll be familiar to you. Once enabled can be found from Settings > Dockers. Coded by Wolthera.
Comic Project Management Tools – A robust plugin used for managing multiple pages for a comic project that Wolthera created. It is a great example for how to handle common tasks in pipeline scripts: opening, saving, cropping, scaling and batch changes. It even has custom exporting formats such as CBZ, EPUB, and ACBF. And the python files are abundantly documented to help you along the way and create your own pipelines!
История
Изначально Krita был частью офисного пакета Calligra Suite (ранее KOffice), который входил в проект KDE.
В 2015 году Krita отделился от Calligra и стал развиваться независимо, это дало сильный толчок в развитии программы. Также удалось отказаться от множества зависимостей, которые необходимо было устанавливать при установке программы.
На Kickstarter создана компания по сбору средств для разработки Krita. Лозунг программы на Kickstarter: Krita: free paint app — et’s make it faster than Photoshop! (Krita: бесплатное приложения для рисования — давайте сделаем его быстрее Фотошопа!).
Горячие клавиши

- B- уже выбранная кисть.
- E- стерка.
- Размер кисти меняются с помощью Shift и ЛК.
- K -сделать цвет темнее.
- L – сделать светлее цвет.
- Клавиша «/»- переключение между пресетами.
- Ctrl- пипетка.
- Кнопки 4 ,5, 6- визуальный поворот холста.
- V -линия, если зажать Shift, то можно выбрать горизонтальную или вертикальную.
- Ctrl+c, Ctrl+v -копировать, вставить.
- M – mirror view, отобразить рисунок в отраженном виде (сам рисунок фактически не меняется, эта команда лишь меняет отображение, чтобы вы могли его подправить).
- Кнопка x- поменять местами передний и задний план цвета.
- Клавиша ins- новый слой.
- Del- полностью очистить слой.
- Shift – ровные, правильные линии (сделать из круга эллипс и т.п.).
- Alt – перенести фигуру при создании.
- Backspace – залить выделенную область цветом заднего фона.
- Shift+Backspace – залить выделенную область цветом переднего фона.
Bugs Fixed
- Fix an assert in the transform tool when working with a tablet and touch
- Fix continued transformation in the transform tool
- Fix updates in the transform tool
- Show the publication time in the welcome page news ticker in the user’s preferred short date/time format
- Fix using the tangent-normal brush when the canvas is rotated or mirrored (BUG:404408)
- Make it possible again to create new palettes and save them in the resource folder, instead of the current document (BUG:410137)
- Make Krita not gobble up all available memory when loading a JPG file with specific metadata (BUG:410242)
- Constrain assistant editors to the viewport, so they can always be manipulated
- Make sure Krita stores changes to brush presets in the current session by default (BUG:410463)
- Remove an assert that could be triggered when opening the first image in a session
- Update the version of the default input settings profile, so the rotate/zoom action will be activated even if the user already had a local kritadefault.profile file
- Fix a crash on using the move tool while the image is being opened (BUG:398968)
- Make sure the painting tools don’t block anymore (BUG:409968,408826,409275)
- Make the shortcut handling system more tolerant when shortcuts overlap (BUG:409968)
- Fix a crash in the transform tool
- Make the transform tool and the move tool more responsive