Krita
krita.org/en Windows, Mac OS, Linux
Digital 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 Mar 24
Latest version
Primary Language
C++
Size
3,894,697 KB
Stars
6,498
Forks
538
Watchers
6,498
Language Usage
Star History
Top Contributors
-
@hallarempt (13404)
-
@dimula73 (6921)
-
@amyspark (1512)
-
@therahedwig (1432)
-
@kossebau (1240)
-
@boemann (1113)
-
@hambre (1075)
-
@lukastvrdy (870)
-
@scottpetrovic (868)
-
@alvinhochun (803)
-
@Montel (742)
-
@sh-zam (634)
-
@vanyossi (613)
-
@staniek (608)
-
@ganeshp (575)
-
@sebsauer (505)
-
@Eoin-ONeill-Yokai (498)
-
@ingwal (435)
-
@bcoppens (423)
-
@Animtim (403)
-
@dfaure (320)
-
@miabrahams (290)
-
@emmetoneillpdx (279)
-
@plassy (277)
-
@deiflou (258)
-
@Somsubhra (240)
-
@pinaraf (190)
-
@awhiemstra (188)
-
@mxj4 (185)
-
@petersimonsson (163)
Recent Commits
-
l10n daemon script (30 Mar 24)
GIT_SILENT Sync po/docbooks with svn
-
Dmitry Kazakov (29 Mar 24)
Update readme
-
Dmitry Kazakov (29 Mar 24)
Do not store CI artifacts for nightly jobs on GitLab itself (they are uploaded to ci-builds internally)
-
Dmitry Kazakov (29 Mar 24)
Remove -unsigned suffix from signed pacakges
-
Oliver Kellogg (29 Mar 24)
plugins/dockers/recorder/recorderdocker_dock.cpp (updateThreadUi): Fix small typo in toolTipText for case (threads > ThreadSystemValue::IdealRecordThreadCount) https://invent.kde.org/graphics/krita/-/commit/3b928e30161f9efde6bb4c20c6781f0882b18a56#note_839631
-
Dmitry Kazakov (29 Mar 24)
Fix update URLs in the AppImages build on CI
-
Igor Danilets (29 Mar 24)
Fix crash when pasting font family in TextEditor Problem: Pasting a new font famyly and hitting Save or Discard while the FontFamilyComboBox is still in editing focus crashes. After pasting font family, the font is also not applied until you press enter or change focus. Solution: Write the validator of the font familyies. Validator is triggered whenever the text is changed (including pasting), and if font famyly is correct, the font changes immediately. So, there are no conditions that provoke a crash. BUG:484066
-
l10n daemon script (29 Mar 24)
GIT_SILENT Sync po/docbooks with svn
-
Dmitry Kazakov (28 Mar 24)
Install requirements for ci-notary-service on Linux CI
-
Dmitry Kazakov (28 Mar 24)
Add .git suffix to git URLs in the pipeline files (just to make them consistent)
-
Dmitry Kazakov (28 Mar 24)
Fix uploading AppImage to ci-builds
-
Dmitry Kazakov (28 Mar 24)
Fix signing packages on Windows One cannot gather expressions with (), it creates a tuple
-
Dmitry Kazakov (28 Mar 24)
Implement uploading of packages to ci-builds.kde.org
-
Dmitry Kazakov (28 Mar 24)
Add nightly builds for Linux and Windows
-
Dmitry Kazakov (28 Mar 24)
Add --depth=1 to all git fetches we do on CI
-
Dmitry Kazakov (28 Mar 24)
Fetch package signing configuration from upstream ci-utilities
-
Dmitry Kazakov (28 Mar 24)
Disable publishing of packages for Android jobs
-
Dmitry Kazakov (28 Mar 24)
Disable the whole chunk of the Android-specific code in welcome widget It seems like it has been forgotten when refactoring the welcome page
-
Dmitry Kazakov (28 Mar 24)
Fix a misprint in android-specific code
-
Dmitry Kazakov (28 Mar 24)
Merge branch 'work/kazakov-android-sdp' # Conflicts: # plugins/dockers/CMakeLists.txt
-
Dmitry Kazakov (28 Mar 24)
Add nightly builds that activate on the schedule
-
l10n daemon script (28 Mar 24)
GIT_SILENT Sync po/docbooks with svn
-
Dmitry Kazakov (27 Mar 24)
Add a note about limitations of the current scroll-on-fullscreen implementation
-
Maciej Jesionowski (13 Mar 24)
Do not use canvas offset compensation with non-maximized subwindows
-
Maciej Jesionowski (09 Mar 24)
Maintain a fixed relative position of the document in canvas only mode When entering the canvas only mode, try to account for the hidden dockers and toolars and pan the canvas so that the document stays in the same position on the screen.
-
Rasyuqa A. H (21 Mar 24)
PNG: prevent multiple color conversions BUG: 475737
-
Grum 999 (27 Mar 24)
Improve scratchpad method Here the list of improvement implemented. ### Implement/Expose methods - `fillDefault()` Fill the entire scratchpad with default color - `fillGradient()` Fill the entire scratchpad with current gradient - `fillTransparent()` Fill the entire scratchpad with transparent color - `fillBackground()` Fill the entire scratchpad with current background color - `fillForeground()` Fill the entire scratchpad with current foreground color - `fillDocument()` Fill the entire scratchpad with current document projection content - `fillLayer()` Fill the entire scratchpad with current active layer projection content - `fillPattern()` Fill the entire scratchpad with current pattern - `setCanvasZoomLink()` Makes a connection between the zoom of the canvas and scratchpad area so they zoom in sync This method is aimed to replace existing `linkCanvasZoom()` for which name is confusing - `canvasZoomLink()` Return if scratchpad zoom level is linked with current view zoom level - `scale()` Return current zoom level applied on scratchpad (whatever the zoom source is: view zoom level or set manually) - `setScale()` Allow to manually set scratchpad zoom level (independently of current canvas zoom level) - `scaleToFit()` Calculate scale automatically to fit scratchpad content in scratchpad viewport - `scaleReset()` Reset scale and pan to origin - `panTo()` Pan scratchpad content to top-left position of scratchpad viewport - `panCenter()` Pan scratchpad content to center content in viewport - `viewportBounds()` Return the viewport bounds, indicates which part of scratchpad content is visible. - `contentBounds()` Return the content of scratchpad, can be bigger or smaller than scratchpad dimension. ### Implement/Expose signals - `scaleChanged()` Emitted when scratchpad scale is changed (from zoom canvas -if linked to- or manually) - `contentChanged()` Emitted when scratchpad content is changed (stroke or fill) - `viewportChanged()` Emitted when scratchpad viewport has been modified (pan, zoom, resize) ### Other - Implement zoom in/out in scratchpad using mouse wheel See the full list of changes including the test script in the MR: https://invent.kde.org/graphics/krita/-/merge_requests/2087
-
l10n daemon script (27 Mar 24)
GIT_SILENT Sync po/docbooks with svn
-
Dmitry Kazakov (26 Mar 24)
Try signing android packages only when built from "nightly" flavour We cannot run unsigned packages on Android, hence for MRs we should build a special version of a package created with the debugging certificate
-
Dmitry Kazakov (26 Mar 24)
Add notes about the tricks with qtResPath vs qt5AndroidDir
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 1,499
- Stars None
- Date Created 08 Dec 23
- Last Updated 21 days 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
-
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!