diff options
Diffstat (limited to 'ue1/imgsynth/test/input')
| -rw-r--r-- | ue1/imgsynth/test/input | 6 |
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 @@ | |||
| 1 | read(BMP, test/yellow_man_in.bmp) | ||
| 2 | fillrect(0,3,6,5,0,255,0) | ||
| 3 | fillrect(2,13,7,4,0,0,255) | ||
| 4 | write(BMP, "test/yellow_man_out.bmp") | ||
| 5 | |||
| 6 | |||
