psd2tiff in CMYK with transparency

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jbernad

psd2tiff in CMYK with transparency

Post 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.
Post Reply