psd2tiff in CMYK with transparency
Posted: 2010-02-27T14:49:46-07:00
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.
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.