Page 1 of 1

Add two images (newbie)

Posted: Mon Aug 10, 2009 2:19 pm
by Chaumaret
Hi,

I'm testing Runrev.

I want to put 2 images in one.
I try "put img 1 & img 2 into img 3" without success.

put img 1 into img 3 works.

Help me please on how to do that.

Thanks.

Posted: Mon Aug 10, 2009 2:30 pm
by bn
Hi Chaumaret,

if I understand you correctly then you want to "mix" or superimpose two images and display that as a new image in image 3.

To superimpose two images you can put image 1 and image 2 into the same location, effectively image 2 hiding image 1. Than select image 2 (the frontmost) and in the inspector look for the "blending" property. There you have many options to change either the blendlevel or the ink mode. You have to experiment a bit with this.

If you want a third image of the two blended images then you could look for import snapshot in the dictionary, that will give you a snapshot of the two images.

regards

Bernd

Posted: Mon Aug 10, 2009 2:47 pm
by Chaumaret
Thank you !