About a year ago I spent a few weeks tearing apart Thunderscan data files. I'll have to see if I can dig up my notes, but the file format is pretty simple and shouldn't take very long to figure out. If I recall right there's a small header (256 bytes?) which contains information on the image size and a gray-scale table followed by the image data itself. Pretty simple stuff. -John