AnimGif icon indicating copy to clipboard operation
AnimGif copied to clipboard

PHP class to create an animated GIF from multiple images

Results 9 AnimGif issues
Sort by recently updated
recently updated
newest added

Brilliant piece of work, many thanks. Couple of little issues from PHP, there are still quite a few instances of curly brackets being used for array offsets that generate PHP...

In the latest PHP versions you get this error: `Compile Error: Array and string offset access syntax with curly braces is no longer supported`

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...

As outlined in the RFC - https://wiki.php.net/rfc/deprecate_curly_braces_array_access array access via curly braces is now deprecated. And for people searching this issue in the future: ErrorException: Array and string offset access...

I'm using a folder with high quality jpeg images and when I save the gif it comes out with a poor quality. Between the frames You can notice red and...

Hello, your code is fine, it has been nice to see that the folder of the images is not empty

I thought I'd leave this here. This is NOT an issue really but I thought I'd say this and you can just go Blech or Hmmmm. In all of my...

That would be the ultimately stylish "suicidal" effort... Which I'm kinda perversely attracted to, like a moth to a burial fire... :)