For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > September 2004 > How to put GIF images together









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How to put GIF images together
l'atelier Ho

2004-09-21, 8:56 am


I have one arrays with GIF pictures (transparent).

It's a layer up to 11 pictures.
Now I like to put all the layers together in one picture.
Could somebody tell me if they are a library who can do
that ?

Example:
echo "<br>The pictures : ";
for ($i = 1;$i <= 11; $i++) {
$img = $_SESSION['tableau'][$i][2];
// echo for debug
echo "<br>$i.-.$img";
// if this layer have a picture
if($img){
...
$pict = $pict + ...... // Or something like that!
...
}
}

Many thanks in advance for your help.

Best regards

Otto

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com