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