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
(Created page with "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) == R...")
 
(Implementations)
Line 1: Line 1:
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)
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 ===
* http://mxr.mozilla.org/mozilla-central/source/image/decoders/nsGIFDecoder2.h
* http://mxr.mozilla.org/mozilla-central/source/image/decoders/GIF2.h
* http://mxr.mozilla.org/mozilla-central/source/image/decoders/nsGIFDecoder2.cpp
=== WebKit ===
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/image-decoders/gif/GIFImageDecoder.h
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/image-decoders/gif/GIFImageReader.h
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/image-decoders/gif/GIFImageReader.cpp
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/image-decoders/ImageDecoder.cpp


== References ==
== References ==

Revision as of 14:31, 24 May 2013