PDA

Click to See Complete Forum and Search --> : Making large image


slice
Aug 14th, 2006, 01:10 PM
I want to use GD library and php to create large image.
I have 5 images with
width : 20 px
height: 40 px

i want to merge them all to make one with
width: 100 px
height: 40 px

Hope you'll help me.
Thank You.

visualAd
Aug 15th, 2006, 04:31 AM
http://adam.codedv.com/examples/img_number/number.php?number=1234567890

The script which generates this image merges several images to make the number suppled in the query string. It is relitively simple:

http://adam.codedv.com/examples/img_number/number.php?source

slice
Aug 15th, 2006, 08:54 AM
Hi visualAd
this link is not working.

visualAd
Aug 15th, 2006, 10:11 AM
Sorry, I should now work. ;)