GifFrameExtractor
GifFrameExtractor copied to clipboard
GifFrameExtractor is a PHP class that separates all the frames (and their duration) of an animated GIF
GifCreator has an option to specify the loop count of the created GIF; is it possible to obtain this value for a GIF that has been read by GifFrameExtractor?
When the frame size is different, the image offset will be different, resulting in incomplete picture display
I downloaded this code because I wanted to be able to extract frames from GIFs, but I found a few problems applying it to some GIFs that used the "Leave"...
In GifFrameExtractor at line 220. Something inside here is causing the entire php instance to crap out, the only way out is to restart PHP. I tried to set a...
For about 70% of the transparent GIFs I test, getFramePositions() is returning all zeros. These are transparent GIFs with lots of alpha padding. My understanding is when there is alpha...
This is a bug reported in [ImageWorkshop library](https://github.com/Sybio/ImageWorkshop/issues/36) but concerning this repository. Created by @Kekke88 : > Hello, I've been trying to add an image upon a GIF image using...
@Sybio I was unable to delete the source file after extraction. I was getting permission error and that only occur when i use $gifExtract->extract($rawSource); So i found out it was...
fix gifs with smaller frames for which a solid color background instead of a transparent one was added.
I'm not even sure this repo is maintained anymore. I sure hope it is, since it could be very useful. Can anyone please explain why [this GIF](http://i.imgur.com/oMO1TRH.gifv) returns a `getTotalDuration()`...