Is it possible to animate graphics using the gd lib??
eg.
$image=imagecreate(400,400);
$blue=imagecolorallocate($image,0,0,255);
$white=imagecolorallocate($image,255,255,255);
imagefilltoborder($image,0,0,$blue,$blue);
for($i=1,$i=20,$1++){
imagearc($image,$i,$i,30,30,0,360,$white);
imagepng($image)
}
will output the final result, but not the steps in between? Shouldn't this draw my image 19x having the circle in a different spot each time giving the impression of animation??
Any ideas on how to go about animating?
Thanks
cash
<a href="mailto:cash@polarcom.com>e-mail me</a> thanks