3

I want to blur images, edit photos and use layers just like in Adobe Photoshop for Windows.

Kamerom
  • 182
hrirks
  • 51

3 Answers3

7

Try out Gimp. It is a photo editing suite similar to Photoshop that is cross-platform and open source.

Alex L.
  • 3,348
  • 1
  • 18
  • 21
1

one more alternative application is krita . you can get it installed by sudo apt-get install krita.

Raja G
  • 102,391
  • 106
  • 255
  • 328
1

Also, you can try Darktable http://www.darktable.org/

For install:

sudo apt-add-repository ppa:pmjdebruijn/darktable-release
sudo apt-get install darktable
Seyf
  • 129