summaryrefslogtreecommitdiffstats
path: root/ue1/imgsynth/test/input
diff options
context:
space:
mode:
Diffstat (limited to 'ue1/imgsynth/test/input')
-rw-r--r--ue1/imgsynth/test/input6
1 files changed, 6 insertions, 0 deletions
diff --git a/ue1/imgsynth/test/input b/ue1/imgsynth/test/input
new file mode 100644
index 0000000..8036ae3
--- /dev/null
+++ b/ue1/imgsynth/test/input
@@ -0,0 +1,6 @@
1read(BMP, test/yellow_man_in.bmp)
2fillrect(0,3,6,5,0,255,0)
3fillrect(2,13,7,4,0,0,255)
4write(BMP, "test/yellow_man_out.bmp")
5
6