diff options
Diffstat (limited to 'contrib/ppmtoansi/demo/ibmmap.xpm')
-rw-r--r-- | contrib/ppmtoansi/demo/ibmmap.xpm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/contrib/ppmtoansi/demo/ibmmap.xpm b/contrib/ppmtoansi/demo/ibmmap.xpm new file mode 100644 index 00000000..06d4d990 --- /dev/null +++ b/contrib/ppmtoansi/demo/ibmmap.xpm @@ -0,0 +1,16 @@ +/* XPM */ +static char *noname[] = { +/* width height ncolors chars_per_pixel */ +"8 1 8 1", +/* colors */ +"` c #000000", +"a c #00FFFF", +"b c #00FF00", +"c c #FF00FF", +"d c #FF0000", +"e c #FFFFFF", +"f c #FFFF00", +"g c #0000FF", +/* pixels */ +"`dbgfcae" +}; |