does anyone know how to load a ".png" format picture. And then be able to blt its contents with DirectDraw. Do you need to convert it to a bmp somehow? Thanks
Printable View
does anyone know how to load a ".png" format picture. And then be able to blt its contents with DirectDraw. Do you need to convert it to a bmp somehow? Thanks
Try www.wotsit.org to see how the file is structured; you can then load it any way you see fit. I think it may just be a BMP with an alpha channel, just try the above link.