Skip to content

Instantly share code, notes, and snippets.

@dctabuyz
Created February 18, 2016 10:57
Show Gist options
  • Save dctabuyz/036d527741b20a15cc7f to your computer and use it in GitHub Desktop.
Save dctabuyz/036d527741b20a15cc7f to your computer and use it in GitHub Desktop.
empty gif, 35 bytes
use constant EMPTY_GIF => "\x47\x49\x46\x38\x39\x61\x01\x00\x01\x00\x80\xFF\x00\xFF\xFF\xFF" .
"\x00\x00\x00\x2C\x00\x00\x00\x00\x01\x00\x01\x00\x00\x02\x02\x44" .
"\x01\x00\x3B";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment