No. But the raw format is remarkably simple to parse. It's a non-compressed bitmap where each pixel is represented by 4 bits. Black == 0. Dark Grey == 1. Light Grey == 2. White == 3 or 15 (it's supposed to be just 3, but I've found some 15s lying around -- go figure).
_________________________
Bitt Faulk