Conjure composite problem
Posted: 2009-09-01T21:48:52-07:00
Hello
it seems that no matter what I do I can not get composite to use anything other than the first image that is read in. even with the basic example, it always just uses the firs image and lays it out twice. Here is my msl code:
I only get the image id "family in the composite. Palm trees is missing
What I an doing wrong?
Thanks
Todd
it seems that no matter what I do I can not get composite to use anything other than the first image that is read in. even with the basic example, it always just uses the firs image and lays it out twice. Here is my msl code:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<group>
<image id="family">
<read filename="bust_19962_scaled.png"/>
<resize geometry="300x300"/>
</image>
<image id="palm-trees">
<read filename="bust_19965_scaled.png"/>
<resize geometry="300x100"/>
</image>
<image>
<read filename="bg.png"/>
<composite image="family" geometry="+30+40"/>
<composite image="palm-trees" geometry="+320+90"/>
</image>
<write filename="family-vacation.png"/>
</group>
I only get the image id "family in the composite. Palm trees is missing
What I an doing wrong?
Thanks
Todd