From aa139a7d2b3f26af7590edbf413df67195c5d900 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 27 Apr 2009 00:25:16 +0200 Subject: Adding ue2 --- ue2/imgsynth2/test/input_yellow_man2_rgb555 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ue2/imgsynth2/test/input_yellow_man2_rgb555 (limited to 'ue2/imgsynth2/test/input_yellow_man2_rgb555') diff --git a/ue2/imgsynth2/test/input_yellow_man2_rgb555 b/ue2/imgsynth2/test/input_yellow_man2_rgb555 new file mode 100644 index 0000000..3c00301 --- /dev/null +++ b/ue2/imgsynth2/test/input_yellow_man2_rgb555 @@ -0,0 +1,13 @@ +#in: test/yellow_man2_rgb555_in.bmp +#out: test/yellow_man2_rgb555_out.bmp +#ref: test/yellow_man2_rgb555_ref.bmp + +read(BMP, test/yellow_man2_rgb555_in.bmp) + +fillrect(0,3,6,5,0,24,0) +fillrect(2,13,7,4,0,0,24) +mirror_x() +mirror_y() +#invert() + +write(BMP, "test/yellow_man2_rgb555_out.bmp") -- cgit v1.2.3