Layermask in PSD file
Posted: 2018-06-28T07:16:22-07:00
Hi,
I have several PSD files, which contain 1 layer with a layermask on it.
Now I would like to use imagemagick v7.0.8 to generate a new image which only contains that part of the image which is visible when this layermask is applied.
For some reason though I cannot get it to work. The only result is that I get the alpha channel, but that's not what I want.
I have tried this command:
magick composite 15364.psd -alpha off -compose copy_opacity 15364-alpha.png. This only gives me the alpha channel, so I get a transparent background.
I'm kind of stuck on this and I hope somebody can help me with this problem.
Thank you in advance.
I have several PSD files, which contain 1 layer with a layermask on it.
Now I would like to use imagemagick v7.0.8 to generate a new image which only contains that part of the image which is visible when this layermask is applied.
For some reason though I cannot get it to work. The only result is that I get the alpha channel, but that's not what I want.
I have tried this command:
magick composite 15364.psd -alpha off -compose copy_opacity 15364-alpha.png. This only gives me the alpha channel, so I get a transparent background.
I'm kind of stuck on this and I hope somebody can help me with this problem.
Thank you in advance.