I am trying to create a PSD (or PDF, or any other format) multi-layered file from two single jpg files.
Googled for it, but all I get are PERL or PHP examples for the ImageMagick interfaces, but I need to do this from the command line using the composite program.
This is the program I am using:
Code: Select all
composite -geometry +100+100 frontimg.jpg backimg.jpg composed.psd
Any idea of how to get a multilayered file using the composite command?
Thanks in advance.
Cris.