diff options
Diffstat (limited to 'Build/source/libs/gd/libgd-src/tests/gdimagefile/img-ref.xpm')
-rw-r--r-- | Build/source/libs/gd/libgd-src/tests/gdimagefile/img-ref.xpm | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Build/source/libs/gd/libgd-src/tests/gdimagefile/img-ref.xpm b/Build/source/libs/gd/libgd-src/tests/gdimagefile/img-ref.xpm new file mode 100644 index 00000000000..574d3d95d2d --- /dev/null +++ b/Build/source/libs/gd/libgd-src/tests/gdimagefile/img-ref.xpm @@ -0,0 +1,58 @@ +/* XPM */ +static char *img_ref[] = { +/* columns rows colors chars-per-pixel */ +"60 50 2 1 ", +" c gray100", +". c black", +/* pixels */ +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +"............................................................", +"............................................................", +"............................................................", +"............................................................", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... ", +" .... " +}; |