Skip to content

Instantly share code, notes, and snippets.

@ddwht
Created August 13, 2015 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ddwht/d64a7d1a6a894cfcfa9c to your computer and use it in GitHub Desktop.
Save ddwht/d64a7d1a6a894cfcfa9c to your computer and use it in GitHub Desktop.
/* minus.png - 96 bytes */
static const unsigned char minus_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a,
0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x09,
0x08, 0x06, 0x00, 0x00, 0x00, 0xe0, 0x91, 0x06,
0x10, 0x00, 0x00, 0x00, 0x27, 0x49, 0x44, 0x41,
0x54, 0x78, 0xda, 0x63, 0x6c, 0x68, 0x68, 0xf8,
0xcf, 0x40, 0x00, 0x30, 0x82, 0x14, 0x01, 0x31,
0x23, 0x2e, 0x05, 0x20, 0x79, 0xda, 0x28, 0xc2,
0xe6, 0x36, 0x46, 0xda, 0x59, 0x87, 0x5f, 0x11,
0xa1, 0x70, 0x02, 0x00, 0x50, 0x9f, 0x33, 0x81,
0x53, 0xf9, 0x44, 0x09, 0x00, 0x00, 0x00, 0x00,
0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82
};
/* End Of File */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment