From b22395ec4de60326eb629df882b4b8781dbca15c Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 1 May 2009 14:54:45 +0200 Subject: - removed runtime generated output files - implemented brightness() - implemented invert() - implemented getPixel in CPixelFormat_BGR24 and CPixelFormat_BGR555 --- ue2/imgsynth2/test/input_yellow_man2_rgb24 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 index 37108b8..7c3253c 100644 --- a/ue2/imgsynth2/test/input_yellow_man2_rgb24 +++ b/ue2/imgsynth2/test/input_yellow_man2_rgb24 @@ -5,9 +5,9 @@ read(BMP, test/yellow_man2_rgb24_in.bmp) fillrect(0,3,6,5,0,255,0) -fillrect(2,13,6,4,0,0,255) +fillrect(2,13,7,4,0,0,255) mirror_x() mirror_y() -#invert() +invert() write(BMP, "test/yellow_man2_rgb24_out.bmp") -- cgit v1.2.3