summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/test/input_yellow_man2_indexed8
diff options
context:
space:
mode:
Diffstat (limited to 'ue2/imgsynth2/test/input_yellow_man2_indexed8')
-rw-r--r--ue2/imgsynth2/test/input_yellow_man2_indexed813
1 files changed, 13 insertions, 0 deletions
diff --git a/ue2/imgsynth2/test/input_yellow_man2_indexed8 b/ue2/imgsynth2/test/input_yellow_man2_indexed8
new file mode 100644
index 0000000..440c653
--- /dev/null
+++ b/ue2/imgsynth2/test/input_yellow_man2_indexed8
@@ -0,0 +1,13 @@
1#in: test/yellow_man2_indexed8_in.xpm
2#out: test/yellow_man2_indexed8_out.xpm
3#ref: test/yellow_man2_indexed8_ref.xpm
4
5read(XPM, test/yellow_man2_indexed8_in.xpm)
6
7fillrect(0,3,6,5,0,255,0)
8fillrect(2,13,7,4,0,0,255)
9mirror_x()
10mirror_y()
11invert()
12
13write(XPM, test/yellow_man2_indexed8_out.xpm)