I have a PSD for a website that must be sliced. I can not work in Win or OSX box(or a virtual machine).

What are the solutions for editing a PSD in Ubuntu 9.10? Which one do you recommend?

Thank you.

link|improve this question
feedback

3 Answers

up vote 4 down vote accepted

GIMP (GNU Image Manipulation Program) can open PSD files.

link|improve this answer
Hmm.. I have tried GIMP, but apparently it doesn't display correctly some of the layers (i mean id doesn't display them at all :) ). I will try a GIMP fork project, called CinePaint. – Vlad Zloteanu Jun 17 '10 at 9:57
As takeshin said, PSD is a closed format so GIMP probably will never completely offer full PSD support. – BloodPhilia Jun 17 '10 at 10:11
feedback

Well, you may consider buying Windows XP, then buying and upgrade to Windows 7, next buying Photoshop CS3, then buying an upgrage to Adobe Creative suite CS4, and…

or… You may just install Gimp from the command line:

ctrl+alt+t

sudo apt-get install gimp

Then click the .psd and you will be happy :)

To see additional goodies for Gimp, try:

sudo apt-cache search gimp

(Note, that PSD format is a closed, Adobe Photoshop specific one. And if you want to use all the Photoshop features like smart objects, nested layer sets, buying is your only option. But for most of the basic use cases - Gimp is fine too).

Good news: I heard that some guys are using Photoshop with wine.

link|improve this answer
feedback

Inkscape can, too.

link|improve this answer
1  
Doesn't say it can on the link you sent... And Inkscape is vector imaging software... Not an Image Manipulation Program. – BloodPhilia Jun 16 '10 at 18:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.