This batch file will convert one of the following image formats:
bmp, gif, exif, jpg, png and tiff
The output is a version 1 Gamecube banner file (.bnr)

Important:
- Requires .NET Framework 3.0 or higher
- The input image has to be 96x32 in size
- The bitmap2bnr.cmd always has to be in the same folder as the bin folder
- This is a command line tool so do not expect that anything will happen by just double clicking any of the *.cmd or *.exe files

Usage:
1. Open a Command Promt (cmd) and navigate to the folder the file "bitmap2bnr.cmd" is in
2. Type: .\bitmap2bnr.cmd enterinputimagehere enteroutputbnrfilehere
3. A new bnr file should be created at the given location

Example:
.\bitmap2bnr.cmd .\cool.png .\gbi.bnr

created by makeo 2019