1

I used to make gifs with Photoshop CS5 (oldie, I know) and I want to do it again but now I'm using Ubuntu 16.04. Do you have any recommendations about apps similar to PS and maybe some tutorials? Thanks in advance!

  • You're asking for a software recommendation, which is handled by http://softwarerecs.stackexchange.com .You also have not specified if you want still GIFs (which any graphics program can output) or animated GIFs. You may alsoo find a helpful list for Linux at https://alternativeto.net/browse/search/?q=photoshop&ignoreExactMatch=true&platform=linux – K7AAY Feb 20 '20 at 00:23
  • 1
    I would prefer to have any question specific to Ubuntu shown here. That is why I come to Ask Ubuntu and not How to Geek, etc. – C.S.Cameron Feb 20 '20 at 04:54
  • @K7AAY: Help Center > Asking states: Questions that you may ask: Running third-party applications on Ubuntu. – C.S.Cameron Feb 23 '20 at 11:00
  • You will note others voted this closed as well. Bless your heart. – K7AAY Feb 24 '20 at 06:17

1 Answers1

1

You could use gimp as an alternative:

sudo apt install snap
sudo snap install gimp --stable

But you could also install Photoshop using wine and PlayOnLinux.

sudo apt-get update 
sudo apt-get install playonlinux 
Gryu
  • 7,559
  • 9
  • 33
  • 52