Concatenare images

Hey there,
Is there a way to concatenate / join multiple images in one? I mean the reverse order of extracting from bitmaps.

Thank you,
VV

what do you mean by concat/join? draw them over each other? arrange them besides each other?

you can do all that by putting them on a quad and placing the quad in a renderer. if you want a file hit ctrl+2 on the render or use a writer module.

I want to place them beside each other. I’ve tried with a writer, but the problem is that the my quad is actually a rectangle, so the output file also contains the background color of my renderer.

Ty,
VV

you can set the alpha of the BG color to 0, then you have to save as .png in order to preserve alpha.

Ty… no text …