Krita
krita.org/en Windows, Mac OS, LinuxDigital painting application. Free and open source (backed by KDE), with cross-platform support, Krita is popular among both professional and amateur artists due to it's comprehensive feature set, and intuitive UI
- Homepage: krita.org/en
- GitHub: github.com/KDE/krita
- Web info: web-check.xyz/results/krita.org
Krita Source Code
Author
Description
Krita is a free and open source cross-platform application that offers an end-to-end solution for creating digital art files from scratch built on the KDE and Qt frameworks.
Homepage
https://invent.kde.org/graphics/kritaLicense
GPL-3.0
Created
09 Oct 15
Last Updated
30 Nov 24
Latest version
Primary Language
C++
Size
5,524,449 KB
Stars
7,520
Forks
587
Watchers
7,520
Language Usage
Star History
Top Contributors
- @hallarempt (13404)
- @dimula73 (7218)
- @amyspark (1512)
- @therahedwig (1498)
- @kossebau (1240)
- @boemann (1113)
- @hambre (1075)
- @lukastvrdy (870)
- @scottpetrovic (868)
- @alvinhochun (805)
- @Montel (742)
- @sh-zam (635)
- @vanyossi (624)
- @staniek (608)
- @ganeshp (575)
- @sebsauer (505)
- @Eoin-ONeill-Yokai (498)
- @ingwal (435)
- @bcoppens (423)
- @Animtim (410)
- @dfaure (320)
- @emmetoneillpdx (306)
- @miabrahams (290)
- @plassy (277)
- @deiflou (275)
- @Somsubhra (240)
- @pinaraf (190)
- @awhiemstra (188)
- @mxj4 (185)
- @simeir4 (172)
Recent Commits
- l10n daemon script (29 Nov 24)
GIT_SILENT Sync po/docbooks with svn
- l10n daemon script (28 Nov 24)
GIT_SILENT Sync po/docbooks with svn
- Maciej Jesionowski (26 Nov 24)
Revert to normal blend mode for best performance
- Maciej Jesionowski (01 Aug 24)
Updates after cherry-picks Change the filter's default color/opacity/compositeOp This looks better and works with sketches that have a white background.
- Dmitry Kazakov (01 Sept 20)
Fix artifacts in KisFilterFastColorOverlay when image is in non-default CS See report here: https://krita-artists.org/t/mockup-sketch-to-blue-for-inking/11246/27
- Dmitry Kazakov (28 Aug 20)
Add configuration widget to KisFilterFastColorOverlay
- Dmitry Kazakov (27 Aug 20)
Draft implementation of Fast Color Overlay filter See this thread: https://krita-artists.org/t/mockup-sketch-to-blue-for-inking/11246/10
- l10n daemon script (27 Nov 24)
GIT_SILENT Sync po/docbooks with svn
- Wolthera van Hövell tot Westerflier (20 Nov 24)
Hide gamut mask toolbar in wide gamut docker when the shape doesn't support it.
- Wolthera van Hövell tot Westerflier (20 Nov 24)
Move the "no gamut mask" string into a tooltip to simplify UI. Previously the label would become too large and distorted the UI layout, by putting it into a tooltip that appears when clicking the gamut button, artists will still be informed on what it does, while touch-friendly.
- Wolthera van Hövell tot Westerflier (20 Nov 24)
Port KisGamutMaskToolbar to use a d-pointer. This is normal within the Krita ui library.
- Wolthera van Hövell tot Westerflier (18 Nov 24)
Insert the gamut mask toolbar into the wide gamut color selector.
- l10n daemon script (26 Nov 24)
GIT_SILENT Sync po/docbooks with svn
- Ross Rosales (23 Nov 24)
add I18nc to wdg_tool_transform percent values
- l10n daemon script (25 Nov 24)
GIT_SILENT Sync po/docbooks with svn
- l10n daemon script (24 Nov 24)
GIT_SILENT Sync po/docbooks with svn
- l10n daemon script (23 Nov 24)
GIT_SILENT Sync po/docbooks with svn
- Timothée Giet (22 Nov 24)
new icon for mismatched layer color space
- Dmitry Kazakov (22 Nov 24)
Add a "mismatched layer color space" warning icon Sometimes the user may mix layers of different color spaces in the image. That is a valid usecase for some users (to keep the original quality of layer data), but it might cause significant performance issues on huge (I mean, reeaaally huge) files. So we should warn users about that with a not-very-critical icon (and a tooltip). Even though the icon is technically a "warning", it should not cry into the user's face, since it might be a well-thought usecase by the user. The icon can be removed from the layer only by converting the layer into the color space of the image via: * Ctrl+Enter: "Unify Layers Color Space" * Layer->Convert->Convert Layer Color Space CC:[email protected]
- Dmitry Kazakov (22 Nov 24)
[string freeze exception] [feature] Add Unify Layers Color Space action Sometimes the user may end up with the image consisting of layers in different color spaces, e.g. sRGB vs Adobe RGB. That might significantly decrease the speed, with which Krita renders the image, making it almost unusable to work with (if the size of the image is like 50 layers in 4k in float16 space). The patch implement a simple hot-fix for this issue. When triggered, "Unify Layers Color Space" walks through all the layers in the document and converts them into the image color space. It may increase the rendering speed up to 2x times(!) in some circumstances. The action is not present in menus (to not break xmlgui for our users). To trigger the action use the "Search Action" shortcut: 1) Press Cltr+Enter 2) Type "Unify" to find the action 3) Confirm with Enter key CC:[email protected]
- l10n daemon script (22 Nov 24)
GIT_SILENT Sync po/docbooks with svn
- Dmitry Kazakov (21 Nov 24)
[new strings] Implement a GUI option to configure sorting in Color History Wheel Default value is the old behavoir: "Sort by HSV". BUt now the user can sort them into a "Last Used" order. BUG:441900
- Dmitry Kazakov (21 Nov 24)
Implement optional sorting in the "Last Used Colors" wheel in the popup
- Dmitry Kazakov (11 Nov 24)
Switch color history in the popup palette to use last-used sorting In the current implementation the popup palette uses hue-based sorting for the last-used colors. This patch switches it to the last-used order. I'm not really sure it is a good idea, since the old method seem to tried to align the color hues with the wheel of the triangular color selector. And the new version doesn't do that. BUG:441900
- l10n daemon script (21 Nov 24)
GIT_SILENT Sync po/docbooks with svn
- Emmet O'Neill (21 Nov 24)
Fix/UI: Stop color selector widget from expanding while sampling. I *believe* that this should fix the janky UI, though I had a hard time consistently reproducing the issue on my system. Feel free to reopen this bug if the issue still persists in the nightly builds. BUG:493582
- Dmitry Kazakov (20 Nov 24)
Remove kis_scratch_pad.h from KisDocument.h I have no idea how it happened to appear there
- Dmitry Kazakov (20 Nov 24)
Fix KisScreenMigrationTracker to use nearest window, not top level Top level window may appear on a different screen from the actual window the widget belongs to.
- Dmitry Kazakov (20 Nov 24)
Add APIDOX to KisScreenMigrationTracker
- Dmitry Kazakov (20 Nov 24)
Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Wolthera van Hövell <[email protected]>
Krita Website
Website
Krita | Digital Painting. Creative Freedom.
Krita is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone.
Redirects
Redirects to https://krita.org/en/
Security Checks
All 65 security checks passed
Server Details
- IP Address 85.10.198.55
- Hostname tyran.kde.org
- Location Gunzenhausen, Bayern, Germany, EU
- ISP Hetzner Online AG
- ASN AS24940
Associated Countries
- US
- NL
- DE
- GB
Saftey Score
Website marked as safe
100%
Blacklist Check
krita.org was found on 0 blacklists
- ThreatLog
- OpenPhish
- PhishTank
- Phishing.Database
- PhishStats
- URLhaus
- RPiList Not Serious
- AntiSocial Blacklist
- PhishFeed
- NABP Not Recommended Sites
- Spam404
- CRDF
- Artists Against 419
- CERT Polska
- PetScams
- Suspicious Hosting IP
- Phishunt
- CoinBlockerLists
- MetaMask EthPhishing
- EtherScamDB
- EtherAddressLookup
- ViriBack C2 Tracker
- Bambenek Consulting
- Badbitcoin
- SecureReload Phishing List
- Fake Website Buster
- TweetFeed
- CryptoScamDB
- StopGunScams
- ThreatFox
- PhishFort
Website Preview
Krita Docker
Container Info
Krita
[Krita](https://krita.org/en/) is a professional FREE and open source painting program. It is made by artists that want to see affordable art tools for everyone.
DockerHub Metrics
- Pull Count 6,170
- Stars None
- Date Created 08 Dec 23
- Last Updated 2 months ago
View on DockerHub
linuxserver/kritaRun Command
docker run -d \ -p 3000:3000/tcp \ -p 3001:3001/tcp \ -e PUID=${PUID} \ -e PGID=${PGID} \ -e TZ=${TZ} \ -v /volume1/docker/krita/config:/config \ --restart=unless-stopped \ linuxserver/krita:latest
Compose File
version: 3.8 services: krita: image: linuxserver/krita:latest ports: - 3000:3000:tcp - 3001:3001:tcp environment: PUID: 1024 PGID: 100 TZ: Europe/Amsterdam volumes: - /volume1/docker/krita/config:/config restart: unless-stopped
Environment Variables
- Var Name Default
- PUID 1024
- PGID 100
- TZ Europe/Amsterdam
Port List
- 3000:3000/tcp
- 3001:3001/tcp
Volume Mounting
- /volume1/docker/krita/config /config
Permissions
- read ✅ Yes
- write ✅ Yes
- admin ✅ Yes
Krita Reviews
More Image Editors
-
A free, open source, cross-platform image editor. GIMP is a powerful tool for photo retouching, image composition, and image authoring. It is highly customizable, and supports a wide range of file formats.
-
A free, open source, professional vector graphics editor. It is a powerful tool for creating illustrations, icons, logos, diagrams, maps, and web graphics.
-
A more advanced take on Microsoft Paint. Suitable for basic image editing, with support for basic layers, unlimited undo/redo, and extendable via plugins
-
A free web-based image editor, with a modern UI. Also offers premium/paid features, such as AI-powered generation, touchup and editing
Not Open Source -
A powerful raw photo processing system and editor, for non-destructive editing of raw digital photos
-
A free online image editor, for both raster and vector graphics, with a very wide range of supported formats
Not Open Source -
A photography workflow application (similar to Adbobe Lightroom) Includes a non-destructive raw developer for raw images and managing digital negatives.
About the Data: Krita
API
You can access Krita's data programmatically via our API.
Simply make a GET
request to:
https://api.awesome-privacy.xyz/creativity/image-editors/krita
The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.
About the Data
Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.
Share Krita
Help your friends compare Image Editors, and pick privacy-respecting software and services.
Share Krita and Awesome Privacy with your network!