Quick and dirty BinaryVisualizer which loads any type of file and encodes the Binary into a PNG image.
Command Line: BinaryVisualizer.exe Arg1 Arg2
- Arg1: Filename
- Arg2: RGB || RGBA (RGBA by default if omitted)
Outputs the binary visualized in a .PNG file.
#Example Useage
BinaryVisualizer.exe foobar.txt RGB