58

Does anyone know of a simple Image Editor, with functionality comparable to Paint.NET, for Ubuntu? I've always found GIMP to be overkill and too complicated for what I want to do.

Warren Hill
  • 22,112
  • 28
  • 68
  • 88
jumpnett
  • 5,975
  • 2
    There are several image editing packages in the software centre. Select "Graphics" then "Painting & Editing" for a list. You may like Pinta - Quite basic but there are plenty of others – Warren Hill May 03 '14 at 13:10
  • @WarrenHill I had already did that, years ago. That might give me a list, that doesn't mean those programs are any good. Besides, not all programs are in the Software Center. – jumpnett Jul 01 '14 at 03:32
  • You can make GIMP look a lot better by going to Windows -> Single Window Mode. – Aaron Franke Mar 12 '17 at 05:26
  • 3
    I don't think this question is actually too broad. There aren't that many raster graphics editors for Ubuntu that are simple, while nonetheless possessing the features people are accustomed to from programs like Paint.NET, much less ones that are similar to Paint.NET. I'm voting to reopen this. – Eliah Kagan Apr 27 '18 at 17:56

7 Answers7

66

Yes, try PintaInstall mypaint

Pinta is a drawing/editing program modeled after Paint.NET. It's goal is to provide a simplified alternative to GIMP for casual users. It is currently early in development.

Pinta screenshot

Kulfy
  • 17,696
David Siegel
  • 8,932
  • 1
    The toolbars have almost the same button layout as the GIMP! – Nathan Osman Jul 28 '10 at 21:30
  • 3
    As of maverick, it can be found in the official repository as well. – andrewsomething Oct 03 '10 at 04:18
  • 7
    it's useable but crashes very often. – naXa stands with Ukraine Oct 21 '18 at 07:23
  • 5
    For anyone reading this, do not use Pinta. Its usability is far behind Paint.NET and I have lost data multiple times because Pinta randomly crashes and makes the entire computer unresponsive, forcing a reboot. – Toast Aug 25 '19 at 18:56
  • 4
    Pinta crashes for me just about everytime I use it. Can't do simple things without crashing. – Lance Feb 11 '20 at 21:02
  • In my experience, Pinta can't handle higher resolution images, because it slows down extremely. Also, the latest version is from 2015, which indicates the development has stopped. – Gustav Aug 03 '20 at 16:48
  • 1
    Pinta is being developed again. The apt repos have an old version. The Snap repos have the latest. I haven't tried it on 22.10, so I don't know if it still has issues. – jumpnett Dec 08 '22 at 20:42
13

Krita is a good alternative for paint.net, for it resembles paint.net most in term of look & feel (and functions).

I worked with paint.net for years (on Win7), now changed to Ubuntu 18.04 and do work with Krita as I have been used to with paint.net

Do NOT use Pinta. While the original recommendation for this tool might have been true at the time of writing, this does no longer apply. Development for Pinta stopped in 2015, see: [Pinta] (https://pinta-project.com/pintaproject/pinta/releases/1-6)

Pinta is unstable at least for Ubuntu 18.04.

MarkHelms
  • 141
  • Krita is a good alternative. Copy that. – karel Jan 28 '20 at 13:49
  • 3
    Development of Pinta is back, it seems. They've released a new version in August 2020. – geekley Sep 21 '20 at 19:42
  • Pinta is still being actively developed as of 2022, and it runs fine on Ubuntu 20.04 – Hamman Samuel Jan 15 '22 at 15:24
  • 1
    @HammanSamuel You are correct in that Pinta is still under development. However, the official build under apt is only up to 1.6-2. For the latest version, 2.0.2, you gotta download either flatpak or snap package. But yes, 1.6-2 is glitchy on Ubuntu 20.04 – Antony Mar 21 '22 at 03:01
8

Are you looking for something like TuxPaint?

enter image description here

Seth
  • 58,122
Nathan Osman
  • 32,155
5

mypaint Install mypaint is also great and simple. It is in the software center.

Gonzalo
  • 920
  • 3
    Yeah, I agree, my paint is great, but it is more for digital painting, instead of quick photo edits. – jumpnett Feb 23 '11 at 18:51
2

You might also want to check out Krita or for plain photo editing digikam with its plugins.

Both are packaged in Ubuntu. Also for kids related drawing tuxpaint is great.

2

There's Pinta as David points out, which clones the user interface and took the same open sourced code to implement image adjustements and effects. There are other lightweight alternatives that might fit the bill if you don't require features such as layers or filters: Gnome Paint and KolourPaint for KDE.

The Gnome Paint site hosts a DEB file, so you can download that and double click to install. To install KolourPaint:

sudo apt-get install kolourpaint4

Or search for it on the Software Center. Note that if you don't currently have any other KDE app, then installing KolourPaint will also install other KDE specific libraries that will take a considerable amout of disk space. That being said, I found KolourPaint more feature complete than Gnome Paint.

Cesar
  • 1,397
-2

uh. now there are many, here is my list:

  • pinta
  • inkscape
  • paintsupreme3d
  • kolourpaint
  • krita
  • pixelorama
  • paintPP
  • rx
  • vectr

and if you want paint for 3d objects here is another list:

  • goxel
  • blender
  • openscad
  • titania x3d

PS: you can also use libre/open office draw to create graphics ;)

  • 1
    Only image editors that are designed for raster images are relevant to this question. So vector or 3d editors aren't appropriate.

    For the applications that are raster editors, it would help if you explain their features, in other words, make the case for why they should be considered.

    – jumpnett May 10 '21 at 20:49
  • Ah, okay i read that too fast :’D – hacknorris May 11 '21 at 03:26