A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

GIF: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(→‎Implementations: Other implementations)
Line 24: Line 24:
* https://chromium.googlesource.com/chromium/blink/+/master/Source/core/platform/image-decoders/gif/GIFImageReader.cpp
* https://chromium.googlesource.com/chromium/blink/+/master/Source/core/platform/image-decoders/gif/GIFImageReader.cpp
* https://chromium.googlesource.com/chromium/blink/+/master/Source/core/platform/image-decoders/ImageDecoder.cpp
* https://chromium.googlesource.com/chromium/blink/+/master/Source/core/platform/image-decoders/ImageDecoder.cpp
=== Other ===
* http://sourceforge.net/p/giflib/code/ci/master/tree/ (giflib)
* https://github.com/jnordberg/gif.js (gif.js)
* https://github.com/deanm/omggif (omggif)
* https://github.com/avik-das/giferly (giferly)


== References ==
== References ==

Revision as of 14:52, 24 May 2013

Animated GIFs need a spec that, in particular, specifies how to handle timings (not all browsers honor all values, so we should specify what needs to be honored exactly)

Implementations

Gecko

WebKit

Blink

Other

References