<? header("Content-Type: image/gif"); $im0=ImageCreateFromGif("dregist.gif"); $im1=ImageCreateFromGif("mmc.gif"); //$im=$im0+$im1; ImageGif($im0.$im1); ImageDestroy($im0); ImageDestroy($im1); ?>
i just try to create new one gif image from two gif images?
is it possible? or not?
who know?
It is, you need to read the sizes of the images, create a new image with the appropriate site and copy them into it with imagecopy...
I made a logo creator out of png alphabets, mail me about the sources...
/chris
Chris, could I have information/source on that too..
I would like to learn about creating a new image from two or more images.. is it possible for PHP, or is there any languages that could do that?