summaryrefslogtreecommitdiffstats
path: root/ue2/imgsynth2/cpixmap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* additional assert for getXPMColorIDmanuel2009-05-021-0/+1
|
* add some assert() to make tutor happymanuel2009-05-021-0/+6
|
* - colortable now uses uint32_t as identifiermanuel2009-05-021-42/+83
| | | | | | | - 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
* cwindowsbitmap: seek to bitmap datamanuel2009-05-011-5/+4
| | | | cpixmap: use copy() instead of accessing array via indices
* rewrote pixmap::read to do more sanity checksmanuel2009-05-011-179/+243
|
* mergemanuel2009-05-011-16/+13
|
* Adding cpixelformat_indexd8.h and .cpp. Adding virtual methode getColorMode ↵Günther Neuwirth2009-05-011-63/+163
| | | | to CPixelFormat. Adding color table to CBitmap. Adding implementation of CPixmap
* assimilationGünther Neuwirth2009-04-291-1/+10
|
* Adding cpixmap.cpp, cpixmap.h and test fielesGünther Neuwirth2009-04-291-0/+163