$url
"; } try { $image->readImageBlob("$blob"); $image->setimagedelay($delay); } catch ( exception $e ) { $error .= "Error loading $temp
" . $e->getmessage() . "

"; } } if ( $error ) { $_SESSION[error] = $error; header("location:$self"); exit; } $path = "temp/$ID.$_SESSION[views].gif"; $image = $image->coalesceImages(); $image->writeimages("$path", TRUE ); $cmd = "convert $path -loop 0 $path"; exec("$cmd", $output); # save $_SESSION[path] = $path; $_SESSION[delay] = $delay; header("location:display.php"); exit; } ################### #} include("top.php"); ?>
URL's:
Delay:
Description
Upload a sequence of images, one URL per line. Images will be stachked into an animation. Output will be a GIF.
Delay
Change the speed of the animation.