Multilayered Files
Posted: 2007-02-05T08:24:51-07:00
Hello, hope any of you can help me with this issue.
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:
I just get a psd file with both images composed, but it is a flattern image with only one layer.
Any idea of how to get a multilayered file using the composite command?
Thanks in advance.
Cris.
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.