Created
February 18, 2016 10:57
-
-
Save dctabuyz/036d527741b20a15cc7f to your computer and use it in GitHub Desktop.
empty gif, 35 bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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