problem converting psd files with transparency
Posted: 2009-04-27T16:21:25-07:00
I am trying to decrease the resolution of some psd files. The desired result is also psd. But it seems "convert" cannot handle the transparency in the proper way if the source file is psd. Taking a look into the metadata it appears the Num Channels is 3 instead of 5 (CMYK + transparency = 5)
I am using ImageMagick 6.5.0-2.
I tried this: 'convert source.psd -alpha on result.psd'
And I tried the rest of the alpha options also like '-alpha set' etc.
Does anyone have any thoughts?
I am using ImageMagick 6.5.0-2.
I tried this: 'convert source.psd -alpha on result.psd'
And I tried the rest of the alpha options also like '-alpha set' etc.
Does anyone have any thoughts?