How to merge multiple images into one?
Hi,
Can you please give more details about your requirement? For Instance are you looking to merge multiple images into one single image (like a collage or stacked format)? And should this happen on the server side or client side browser?
If you can share a sample use case or expected output it will help us provide a more accurate and relevant solution.
Thanks,
Sriyamini J
I just need to stitch multiple photos in pdf into one photo
Hi Su Bin,
OutSystems Forge has several components that can help with image manipulation. You can try :
Forge Component: ImageMagick
It’s a wrapper around the ImageMagick library which supports image manipulation like merging, resizing, rotating, etc.
Regards,
Hardik
This plugin has only three methods:
LosslessCompress
ReadImageInfo
ResizeImage
You can use Forge components for image manipulation—there are several available in the Forge to choose from.
Like you can use
Image Editor Plugin
Smart Image Utils
Hope this Helps,
Thanks
@Su Bin : Have see another post of yours @ https://www.outsystems.com/forums/discussion/102376/how-to-merge-two-pdf-files-into-one-image/ ? Both looks similar to me.
btw what are you trying to achieve ?
providing some sample or a bit more explanation would help community to help you better.