Page 2 of 2

Re: Color Shifting with ImageMagick

Posted: 2016-10-10T01:41:06-07:00
by dlemstra
We recently added some options to preserve PSD information. Can you give the command below a try after you have upgraded to the most recent version:

Code: Select all

convert input.psd -define psd:additional-info=all -define psd:preserve-opacity-mask=true output.psd
And when you convert to a PNG/JPEG you should just read the "merged image" (first image in the list):

Code: Select all

convert input.psd[0] output.jpg

Re: Color Shifting with ImageMagick

Posted: 2016-10-13T21:13:41-07:00
by pssvarma8881
Hi

As suggested we tried the given command.We are still observing the alpha channels missing.

Regards,
P.S.S.Varma