Micaela Jawor

Results 1 issues of Micaela Jawor

I tried doing this... $frames = array("img1.jpg", "img2.jpg"); $durations = array(300); $anim = new GifCreator\AnimGif(); $anim->create($frames); $gif = $anim->get(); header("Content-type: image/gif"); echo $gif; exit; but when i try to send...