4

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?

2 Answers2

1

You can try to open it in Krita. Krita supports CMYK color-space natively and also it has psd import support. I can't test it for you as I don't have psd file with CMYK around.

LukasT
  • 346
0

Have you tried the 'separate' plugin for gimp? Arch link as it's pretty informative and complete:

https://wiki.archlinux.org/index.php/CMYK_support_in_The_GIMP#About_CMYK_color_and_Gimp

the GEGL version of gimp should improve CMYK support and other bitdepths (than 8) and is scheduled for 2.10. This will eliminate the need for a plugin.

thoth
  • 136