How can I merge two images in PHP without GD?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
PHP doesn’t have the built in support to do what your asking. You’ll need to
Execute another command line script/program that can
Install one of the many image manipulation libs and work with that
Possibly find a 3rd party API that you can send a request and get a response of the merged images?
Do as Emil suggested (Requires install: http://bg.php.net/manual/en/imagick.setup.php)