Join/Combine two Images with Certain Position

Hi, I want to ask if I can use some extension to join two image together with certain position
Just like from this
image
To this
image

Hi Ken,

You do not need an extension for this. You can use a Canvas and an ImageSprite - the Canvas for the background of your QR code, and the ImageSprite for the QR code.

I have been thought of this as well, but the position of image will be away from center on the screen

So I don't know if I can do it

Try this ?

try to set the position by percentage of width/height.

Try the image extension and its Overlay method

Taifun

You can overlap images as Arrangement images:


nested_images.aia (14.7 KB)