I want a user to be able to upload two different images, then join them side by side and have the result saved as a single image file.
I’ve looked into this, but;
- I don’t understand it.
- It seems to lay one image on top of the other.
I need them side by side, then saved as one file.
Thoughts?
Try this? http://php.net/manual/en/imagick.appendimages.php
(if you insist on using imagick that is)