Ask a Question related to PHP Development, Design and Development.
-
l'atelier Ho #1
How to put GIF images together
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
l'atelier Ho Guest
-
Extension: Dynamic Images/Advance Random Images
Hi there, I have downloaded 2 extensions: Dynamic Images or/and Advanced Random Images (kaosweaver.com); it seems both are the same and I have... -
Swapping Cell Images for Background Images
Is there any plugin or extention for DW(studio8) out there that will quickly and with one click, let me remove an image inside a cell and... -
Creating Quick Vector Images from Raster images
Hi ! I am aware of the conventional methods to create vector images from raster images, i.e. drawing the lines individually, then adding... -
scrolling images/slider NOT motion images PLEASE REPLY someone
i want scrolling images...... like scroll bar with text but scroll bar with images...i dont it as in motion pictures....IF no one knows wot i mean... -
Best book for creating new images and how to print multiple images
Hi Cliff, I'm afraid I can't help with part 1 of your question, being relatively new at PE2 myself, but there a those that frequent the group that...



Reply With Quote

