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

Add a method to read frame delays from file #26

Open JoaquinPine opened 5 years ago

JoaquinPine commented 5 years ago

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

hamoid commented 5 years ago

Hi, is this what you are looking for?

https://github.com/extrapixel/gif-animation/blob/master/gifAnimation/src/GifDecoder.java#L27