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

38
lib/imagesize/test/test.xpm Executable file
View File

@@ -0,0 +1,38 @@
/* XPM */
static char * sample2_xpm[] = {
"32 32 3 1",
" c None",
". c #FFFFFF",
"+ c #FF0000",
"................................",
"................................",
"................................",
"................................",
"................................",
"................................",
"......++..................++....",
"......+++................+++....",
".......+++..............+++.....",
"........+++............+++......",
".........+++..........+++.......",
"..........+++........+++........",
"...........+++......+++.........",
"............+++....+++..........",
".............+++..+++...........",
"..............++++++............",
"...............++++.............",
"................+++.............",
"...............+++++............",
"..............+++.+++...........",
".............+++...+++..........",
"............+++.....+++.........",
"...........+++.......+++........",
"..........+++.........+++.......",
".........+++...........+++......",
"........+++.............+++.....",
".......+++...............+++....",
"......+++.................+++...",
"......++...................++...",
"................................",
"................................",
"................................"};