Combine Images Into One Image

I am trying to combine 3-4 images together using Aspose.Imaging, and I need to create a proper collage or image combined. So far, the collage displayed is created by 1 large image and all the other ones pretty small. Is there any way I can combine these images properly? Perhaps add a little space between them and position them properly?

@stefania99 You can use this example to create a collage.
The example code can be modified to specify the size and position of the images.
If you have any questions about this, don’t hesitate to ask.

@stefania99
Please consider NuGet Gallery | Aspose.Imaging.Image-Merge 23.12.0 as another solution option which may suite your needs.

Thanks