Page 1 of 1

psd2tiff in CMYK with transparency

Posted: 2010-02-23T14:03:51-07:00
by jbernad
Hi,

I'm trying to convert a CMYK PSD file with several layers and transparent background to a CMYK TIFF file with transparent background with following command:

convert <PSD file>[0] <TIFF file>

However transparency is being removed (I just get a white background) although an alpha channel is present within the TIFF image (confirmed through identify -verbose)

It works If I do the same but using colorspace RGB: convert <PSD file>[0] -colorspace RGB <TIFF file>

Can someone help me?

Thank you very much in advanced.