Combine two images (.JPG) with PHP GD

I can not find a solution to this. I want to add 20px empty space for this image: http://img233.imageshack.us/img233/419/78317401.jpg

and then paste this watermark at the bottom (on an empty space)

Thus, the output will be:

http://img252.imageshack.us/img252/4554/wynik.jpg

I do not want to stretch it.

EDIT

This is with WIdeImage. Rly simple.

+4
source share
2 answers

Try the wide image api http://wideimage.sourceforge.net/
Check out one of them, it can help you Merge and Resize

+4
source

All Articles