bobdobbs <forums <at> gimpusers.com> writes:

> 
> Hi all.
> 
> I'm using gimp 2.6.10 on ubuntu 10.10. I have a layered psd that has been 
edited using a CMYK colour profile.
> I'd like to open it. When I try, gimp gives me the error:
> 
> Error loading PSD file: Unsupported color mode: CMYK

<snip>

> Is this a solved problem yet? Is it possible to open CMYK psd's in gimp?
> Thanks.
> 
Not possible without a conversion to rgb

Use ImageMagick with the -colorspace switch ie.

convert <cmyk_file>.psd  -colorspace rgb  <rgb_file>.xcf

saving in gimp xcf format will preserve the layers.



_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Reply via email to