25.04.2010, 17:08:48
So I spent an hour hacking up a new screenshot writer. Features:
- Writes 16 bit BMP instead of 24 bit PCX
- Smaller filesize due to less bits per pixel
- Writes a lot faster than PCX
- Obviously needs new filenames - LaunchBase might want to take note of this, it would have to be "scrn%04d.bmp"
- Unlike most BMPs, it is written and rendered top to bottom due to a neat trick I found.