Editor: Converts many image formats (GIF, JPEG, PNG, TIFF, WMF, EMF, BMP, and ICO) to 32-bit BMP with am alpha channel. The alpha channel is pre-multiplied which is required for Windows BITMAP resources. Programs like GIMP don't do the pre-multiply step and cause the images to display very oddly when used. All command line arguments are treated as images to convert to BMP. The files are renamed to have the "bmp" extension. It is written in Visual C++ CLR and requires .NET 2.0 and Visual C++ 2008 runtimes (download: x86 / x64).
Bug fixes:
* Header information had wrong size of bitmap data (although this is apparently ignored)