A simple character picture maker for KuroScripter, which convert a png file with transparent pixels to a bmp file, and fill transparent pixels with specialized color.
g++ -o charaMaker.exe charaMaker.cpp
g++ -o charaMaker charaMaker.cpp
charaMaker <-i PNGFile> [-o BMPFile] [-c TransparentColor]