Draw an image on top of another

Hi there,
I run a script that uses a framebuffer at 200x200 pixels.
Now i want this image to be drawn on top of an image that it is in SIF resolution.
I saved this bigger image on the sd card so i want to load it in the start up and then draw the 200x200 pixels image on it.
After that i will display the final image in an lcd via the tv.shield.
So i have to build another fb with the saved image in SIF resolution and then draw the small image on it?
Is this possible? If yes what is the method for that?

1 Like

Hi, you need to alloc another frame buffer for the bigger image. Then use draw image to render it on the other image. draw image has all the scaling, cropping, mixing, etc. settings you need.