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_rgb24 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ue2/imgsynth2/test/input_yellow_man2_rgb24 (limited to 'ue2/imgsynth2/test/input_yellow_man2_rgb24') diff --git a/ue2/imgsynth2/test/input_yellow_man2_rgb24 b/ue2/imgsynth2/test/input_yellow_man2_rgb24 new file mode 100644 index 0000000..37108b8 --- /dev/null +++ b/ue2/imgsynth2/test/input_yellow_man2_rgb24 @@ -0,0 +1,13 @@ +#in: test/yellow_man2_rgb24_in.bmp +#out: test/yellow_man2_rgb24_out.bmp +#ref: test/yellow_man2_rgb24_ref.bmp + +read(BMP, test/yellow_man2_rgb24_in.bmp) + +fillrect(0,3,6,5,0,255,0) +fillrect(2,13,6,4,0,0,255) +mirror_x() +mirror_y() +#invert() + +write(BMP, "test/yellow_man2_rgb24_out.bmp") -- cgit v1.2.3