summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/test/input_yellow_man1_indexed8
diff options
context:
space:
mode:
authormanuel <manuel@nc8430.lan>2009-05-02 16:44:53 +0200
committermanuel <manuel@nc8430.lan>2009-05-02 16:44:53 +0200
commitbcadfa267f976fe9f29afa50a635cbe3ea174e38 (patch)
treeb069a34c9d100dcc9229311b47cbfa0697ee7fc9 /ue2/imgsynth2/test/input_yellow_man1_indexed8
parentbca08c6de2b156cbec90944c809e5e7faecd231d (diff)
downloadooprog-bcadfa267f976fe9f29afa50a635cbe3ea174e38.tar.gz
ooprog-bcadfa267f976fe9f29afa50a635cbe3ea174e38.tar.bz2
ooprog-bcadfa267f976fe9f29afa50a635cbe3ea174e38.zip
- 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
Diffstat (limited to 'ue2/imgsynth2/test/input_yellow_man1_indexed8')
-rw-r--r--ue2/imgsynth2/test/input_yellow_man1_indexed84
1 files changed, 2 insertions, 2 deletions
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 @@
4 4
5read(XPM, test/yellow_man1_indexed8_in.xpm) 5read(XPM, test/yellow_man1_indexed8_in.xpm)
6 6
7#fillrect(0,3,6,5,0,255,0) 7fillrect(0,3,6,5,0,255,0)
8#fillrect(2,13,7,4,0,0,255) 8fillrect(2,13,7,4,0,0,255)
9 9
10write(XPM, test/yellow_man1_indexed8_out.xpm) 10write(XPM, test/yellow_man1_indexed8_out.xpm)