Is there a plugin or hack to combine 2 images into 1 and save as a new image?
-
I’m looking to add functionality to a splash page on my site where:
- User uploads a profile picture
- A second file, which is a preset image that will always be the same, is then overlaid on top of the uploaded profile pic
- The two images that’ve been combined are then saved as a new image
- User can then share the final image on Facebook, Twitter, and Instagram (this step isn’t related to my question, but I included it to provide context)
I know this is possible with various node packages that exist (my theme uses npm, bower, and gulp), but I’m wondering if there’s a plugin or some PHP wizardry that would allow me to do the same? What is the best approach for accomplishing this?
- The topic ‘Is there a plugin or hack to combine 2 images into 1 and save as a new image?’ is closed to new replies.