according to the manual:

Quote:
The lightmaps list is just an array of quadratic lightmaps with 3 bytes per pixel (blue, green, red) and a size of 1024x1024 pixels each


So when you can calcualte the offset, and retreive the lightmap-bytes from the WMB, you could tranfrom it into a 1024x1024 RGB Bitmap.