Is there a way to convert CMYK .psd files to an RGB .psd or to an .xcf (gimp format) on a linux computer (and without photoshop)?

This question had no answers that helped me. XnView (installed in Wine) does not output psd or xcf files. Other solutions involved creating many png files (one for each layer), which is not ideal. Online conversion tools I found do not accept large files. The ghostscript plugin for gimp does not help. I found a windows computer with 2 GB ram and installed paint.net with the psd plugin, but there was not enough memory to open the 64 MB file. Imagemagick (convert input.psd -colorspace rgb output.psd) created a file unreadable by gimp (openoffice could read it though).

Are there any solutions to this?

link|improve this question
What happened with convert input.psd output.xcf? – sarnold Nov 2 '11 at 22:27
opening in gimp gives error: “Procedure ‘file-psd-load’ returned no return values”. openmutual.org/2011/08/… says that this will happen, so it is a known limitation of convert. – user724375 Nov 4 '11 at 15:35
feedback

migrated from stackoverflow.com Nov 3 '11 at 6:21

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.