Fai wrote:
>
> We always use 0-9 images to generate the image counter but this image
> counter contains more than one image. Does any body know how to combine
> these images as one? That is the final output of image counter is one image.
>
> Thank you very much!
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
if i understand you correctly, you want to combine a string of images
into one?
you should be able to do this with gd and PHP's image functions...check
out www.php.net for info on the functions...
jack
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]