Re: Color Shifting with ImageMagick
Posted: 2016-10-10T01:41:06-07:00
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:
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 -define psd:additional-info=all -define psd:preserve-opacity-mask=true output.psd
Code: Select all
convert input.psd[0] output.jpg