From bcadfa267f976fe9f29afa50a635cbe3ea174e38 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 May 2009 16:44:53 +0200 Subject: - colortable now uses uint32_t as identifier - rewrote xpm colortable parsing to convert their identifiers to our own and vica vi - implemented indexed8::setpixel/getpixel - moved rowsize to member variable in cbitmap - added second test for xpm/indexed8 --- ue2/imgsynth2/test/input_yellow_man1_indexed8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ue2/imgsynth2/test/input_yellow_man1_indexed8') diff --git a/ue2/imgsynth2/test/input_yellow_man1_indexed8 b/ue2/imgsynth2/test/input_yellow_man1_indexed8 index c0385c3..84c4604 100644 --- a/ue2/imgsynth2/test/input_yellow_man1_indexed8 +++ b/ue2/imgsynth2/test/input_yellow_man1_indexed8 @@ -4,7 +4,7 @@ read(XPM, test/yellow_man1_indexed8_in.xpm) -#fillrect(0,3,6,5,0,255,0) -#fillrect(2,13,7,4,0,0,255) +fillrect(0,3,6,5,0,255,0) +fillrect(2,13,7,4,0,0,255) write(XPM, test/yellow_man1_indexed8_out.xpm) -- cgit v1.2.3