26.04.2010, 06:17:29
The game's drawing routines produce 16 bit colors, and transformations to 24 bit PCX are the whole reason screenshots freeze the game for a bit. BMP format supports 16 bit colors, so I can simply copy the pixels from the game and get almost instantaneous output.