Wednesday, 10 May 2017

how to perform server side image manipulation to merge two images into one?

I was wondering how one might go about inserting an image into another image programmatically. I have an image below and say I wanted to add another image into the image so it fits the frame how would I best go about doing that?

I have thought about automating something such as photoshop on the server-side, but that seems like a horrible idea. I have tried looking up some image manipulation libraries, but they are primarily concerned with resizing and things of that nature. Any insight on the topic would be appreciated. Please point me in the right direction of a library or any other thoughts you might have.

enter image description here



via user3832583

No comments:

Post a Comment