mayoff / uiimage-from-animated-gif

A UIImage category that loads animated GIFs
Creative Commons Zero v1.0 Universal
877 stars 164 forks source link

fixed incorrect duration #9

Closed yene closed 10 years ago

yene commented 10 years ago

changed kCGImagePropertyGIFDelayTime to kCGImagePropertyGIFUnclampedDelayTime

tested with this gif http://imgur.com/DkkX99X, the correct time was stored inside the kCGImagePropertyGIFUnclampedDelayTime key, kCGImagePropertyGIFDelayTime was too high

mayoff commented 10 years ago

Thanks for bringing this to my attention. I have committed a slightly different fix.