8

I just try to move completely from Windows to Ubuntu. I am a web designer and developer, the development part is awesome in Ubuntu but I am missing the design part.

What I used to work with is Adobe Photoshop and Illustrator.
Are there any good alternatives for Ubuntu available?

muru
  • 197,895
  • 55
  • 485
  • 740
  • Alex have you tried Gimp or inkscape? you can find these and more in the Ubuntu software center Gimp is more of a Photoshop alternative and inkscape is the Illustrator alternative – A1 Computers Jul 14 '15 at 04:40

1 Answers1

12

In Open Source realm, you can find many alternatives to what you want. I just want to point for something, don't ever treat applications as if they are the same, You can't find SAME alternative for Photoshop, instead you can find mostly all properties and maybe sometimes more but you have to learn how to use.

Photoshop alternatives:

  • gimp

    sudo apt-get install gimp
    

enter image description here

  • krita

    sudo add-apt-repository ppa:kubuntu-ppa/backports 
    sudo apt-get update 
    sudo apt-get install krita
    

enter image description here

For more options take a look: http://www.ubuntufree.com/top-5-photoshop-alternatives-on-ubuntu-14-04-and-14-10/

Illustrator Alternatives:

The best to use would be inkscape:

sudo apt-get install inkscape

enter image description here

Maythux
  • 84,289