> > > > $map = parse_ini_section("ra_4_corners.mpr", "PreviewPack", COLLAPSE);
> > > > $preview_pack = base64_decode($map["PreviewPack"]);
> > > > echo hex_dump($preview_pack);
> > > > Gives me:
> > > > http://eth0.org/ra_4_corners.txt
> > > Server not found.
> > Sorry server rebooted and my httpd and named aren't in startup, link should work now.
> 
> > > > I thought it was a PCX but now that I've been reading up on PCX it don't apear to be...
> > > I think it's just raw image data (24-bit RGB).
> > I'll have to read up on this but it sounds like it will be easy to make a .bmp. 
> BMP?
> You should use PNG instead.
Well I'm sure it will be easier to convert it to BMP then I can just used GD to convert it to PNG.