how to join two images into single image using asp.net ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Johannes JoshuaPosted Aug 20, 2015, 6:54 AM
You can send the image's as URI or base64String to the service, and return the result as base64String to the client.
On the service side, you can use a programming toolkit (leadtools) to combine the two images. You can find more details here:
http://support.leadtools.com/SupportPortal/CS/forums/44606/ShowPost.aspx
http://support.leadtools.com/SupportPortal/CS/forums/44826/ShowPost.aspx
SL GPosted Aug 10, 2015, 9:37 AM
Rajeesh MenothPosted Aug 10, 2015, 9:05 AM