Krita 2.4 now supports a wider range of color spaces, including RGB, CMYK, and Grayscale, providing artists with more flexibility and precision when working with colors. This is particularly useful for those who need to work with specific color requirements, such as printing or web design. For...
Fix an issue where it would not be possible to select certain blending modes when the current layer is grayscale but the image is rgb. Set the OS and platform when reporting a bug from within Krita on Windows. Make it possible to enter color values as percentage in the specific color sel...
is_mask: data: QByteArray = self._node.pixelData(*bounds) assert data is not None and data.size() >= bounds.extent.pixel_count if grow or feather: data = _grow_feather(data, bounds, grow, feather) return Image(QImage(data, *bounds.extent, QImage.Format.Format_Grayscale8)) else: ...