Is it possible to load an entire gif with PHP?
header("Content-type: image/gif");
$im = imagecreatefromgif("ani.gif");
header("Content-Type: image/gif");
imagegif($im);
imagedestroy($im);
^ I've tried the following but it only loads the first frame.
|
Results 1 to 3 of 3
Thread: [RESOLVED] Loading GIFs with GD?Threaded View
|
Click Here to Expand Forum to Full Width |