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
(→‎Other: gifdotnet)
(→‎Specifications: Add specs for ICC and XMP.)
Line 47: Line 47:
*** [http://www.vurdalakov.net/misc/gif/animexts-looping-application-extension AnimExts Looping Application Extension]
*** [http://www.vurdalakov.net/misc/gif/animexts-looping-application-extension AnimExts Looping Application Extension]
** <code>ICCRGBG1</code> <code>012</code>
** <code>ICCRGBG1</code> <code>012</code>
*** [http://www.color.org/icc1V42.pdf Specification ICC.1:2004-10 (Profile version 4.2.0.0) – Image technology colour management: Architecture, profile format, and data structure] (section B.6)
** <code>XMP Data</code> <code>XMP</code>
** <code>XMP Data</code> <code>XMP</code>
*** [http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/xmp/pdfs/XMPSpecificationPart3.pdf XMP Specification, Part 3: Storage in Files] (section 2.1.2)
** <code>fractint</code>
** <code>fractint</code>
*** [http://fractint.net/fractsvn/trunk/fractint/common/encoder.c fractint encoder source code]
*** [http://fractint.net/fractsvn/trunk/fractint/common/encoder.c fractint encoder source code]

Revision as of 15:28, 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

Specifications

Further details