Skip to content

Instantly share code, notes, and snippets.

@schinken
Created April 22, 2012 11:22
Show Gist options
  • Save schinken/2463721 to your computer and use it in GitHub Desktop.
Save schinken/2463721 to your computer and use it in GitHub Desktop.
works:
{'background': 255, 'extension': ('NETSCAPE2.0', 795), 'version': 'GIF89a', 'transparency': 255, 'duration': 70, 'loop': 0}
{'background': 0, 'extension': ('NETSCAPE2.0', 75), 'version': 'GIF89a', 'transparency': 14, 'duration': 70, 'loop': 0}
doesnt work:
{'background': 0, 'extension': ('NETSCAPE2.0', 123), 'version': 'GIF89a', 'transparency': 31, 'duration': 1500, 'loop': 0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment