extrapixel / gif-animation

GifAnimation is a Processing library to play and export GIF animations
GNU General Public License v3.0
171 stars 38 forks source link

Allow loading GIF from external URL #24

Open ppgutkus opened 5 years ago

ppgutkus commented 5 years ago

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.

extrapixel commented 5 years ago

I'm surprised the URL load works at all ;) Was never tested.