gif-animation icon indicating copy to clipboard operation
gif-animation copied to clipboard

GifAnimation is a Processing library to play and export GIF animations

Results 10 gif-animation issues
Sort by recently updated
recently updated
newest added

Hi there! I have a gif, which displays correctly in most programs or browsers I've used, however when I open it with gif-animation, white rectangles appear in different places on...

At the moment, the txt+zip are added to the repository in the "distribution" folder and served via the "raw" link of GitHub: - https://github.com/extrapixel/gif-animation/raw/3.0/distribution/gifAnimation.txt - https://github.com/extrapixel/gif-animation/raw/3.0/distribution/gifAnimation.zip In #13 @jeremydouglass suggested...

At the moment we have the Readme in this repo and there is http://extrapixel.github.io/gif-animation/ (Github pages, served from the gh-pages branch of this repo). We should decide where the docs...

@01010101 @cgiles @jimcavoli @aib

The 3.0 branch of processing does not work. I'm running processing 3.0.2 and even the included example gifExport fails in this way. Exception in thread "Thread-2" java.lang.IllegalArgumentException: Width (0) and...

So the image doesn't seem to be fully loading. This problem only happens for certain GIF images, such as this one: https://media.tenor.com/images/532d794fb57c2b1bfbcedef396e93ce1/tenor.gif Yet this code works for most other GIF...

Hi is there any way to get the frame delay of the gif file?? Thanks

enhancement

when I call myAnimation = new Gif(this, "http://i.imgur.com/jzdE0zY.gif"); from external server the gif will loaded just around 2 sec of its duration and missing a lot of frame.

enhancement

Let me say thanks to original author first. Due to android does not support java.awt.bufferedimage, if anyone could port this library to android using android native bitmap & bitmapfactory, that's...

enhancement

I couldn't find this library in Maven. Did I overlook it, or is it just not available through Maven? If so, are there any plans to do so?