Saving layered psd file
Posted: 2019-03-26T08:42:38-07:00
Hello
I am new To image magick (i use it for Windows) and I am trying to use it to save out a content of a folder into a layered psd. In the best case I would like to save specificly named files in the folder already with a correct blending mode, but for now it seems, that imagemagick does not save a blending mode at all.
this is my simple current command:
when I open the psd in photoshop, it says to me that the blending mode is not known and asks me if i want to flatten the image (looks good, colors are correct etc..., but I am loosing all the layers of course) or If i just want to continue with the normal blending mode (layers seem to be there but they look odd and are not correct)
In order to set the blending mode for the psd I tried something like this
but it only gives me errors wherever I put the optional parameters... I am not super keen to all this command line stuff and I am sure there is a simple solution, but in all the help files I could not really find some good examples on how to use these commands properly with a correct syntax
I hope someone can help me with this (maybe even with my bigger plan of setting the blending modes based on the image names)
Thanks in advance
Phasma
I am new To image magick (i use it for Windows) and I am trying to use it to save out a content of a folder into a layered psd. In the best case I would like to save specificly named files in the folder already with a correct blending mode, but for now it seems, that imagemagick does not save a blending mode at all.
this is my simple current command:
Code: Select all
magick C:\folder\folder\*.tif C:\tmp\large_psd.psd
In order to set the blending mode for the psd I tried something like this
Code: Select all
magick C:\folder\folder\*.tif -layers Composite C:\tmp\large_psd.psd
I hope someone can help me with this (maybe even with my bigger plan of setting the blending modes based on the image names)
Thanks in advance
Phasma