converted imagesize plugin to lib

This commit is contained in:
albert
2012-01-27 15:05:46 -05:00
parent c8bcf5ad7c
commit 3603fdd877
24 changed files with 4 additions and 5 deletions

6
lib/imagesize/test/cursor.xbm Executable file
View File

@@ -0,0 +1,6 @@
#define cursor_width 16
#define cursor_height 16
static unsigned char cursor_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x84, 0x10, 0xe8, 0x0b, 0x90, 0x04,
0xa8, 0x0a, 0x88, 0x08, 0xfe, 0x3f, 0x88, 0x08, 0xa8, 0x0a, 0x90, 0x04,
0xe8, 0x0b, 0x84, 0x10, 0x80, 0x00, 0x00, 0x00};