Posts

Showing posts with the label Krita

[HOW TO] Install lastest Krita in Xubuntu from PPA

Image
In its essence Krita is a software for drawing (you can see some examples at the top of this site's right sidebar). Krita development is on constant motion and the official Ubuntu packaging can keep up. If you would like to try the latest Krita enhancements without the hassle of compiling it yourself from source, see below how to. Install from Krita Lime PPA Open a terminal window and run: sudo add-apt-repository ppa:dimula73/krita -y && sudo apt-get update && sudo apt-get install krita-testing krita-testing-dbg -y After installing you should restart your computer. Usage Krita can be accessed via Applications Menu > Graphics >Krita or typing the following command: krita . References Krita got a PPA : Krita Lime

Install Krita in Xubuntu 12.04 (ppa)

Image
Krita (Swedish word that means chalk or crayon) is a KDE program for sketching and painting which provides a start-to-finish solution for creating digital art. Krita explicitly supports the following fields of painting: concept art, creation of comics and textures for rendering. I've been using Krita for some time (see here what I've done with Krita) and my experience is very good: it has a "easy to paint" interface; lots of useful resources (brush engines, brush presets, gradients, textures...); tools for drawing (including geometric shapes), selection tools, tools for transforming selections, etc. It also has some image manipulation features like image scaling/cropping and effect filters, so I don't have to use another program (like GIMP) to perform this adjustments. Even though it's a KDE application it works very well on Xubuntu. Its installation will use some disk space (about 300MB for the version available in the Ubuntu repository and 500MB ...