I have some input.psd file containing 2 alpha channels within it. This is how it looks when open in Photoshop
https://www.dropbox.com/s/8f2bwcwvwn6jxer/1.png?dl=0
It has 2 alpha channels - Spot1 and Spot2
I use the following command to covert it to tiff:
Code: Select all
magick convert input.psd output.tiff
https://www.dropbox.com/s/nleg9xf3kd295vc/2.png?dl=0
So, it's seen that Spot2 is lost, while Spot1 is merged into CMYK channels.
Is this possible using ImageMagick to convert it so that output file looks in Photoshop indentically to input?
Here is input.psd file
https://www.dropbox.com/s/helsicng6eshb ... t.psd?dl=0
Thanks in advance!
Regards,
Vladimir