/bmp2cpp

Simple tool for converting bmp file to data array in C++ file

Primary LanguageC

BMP2CPP

Tool reads BMP file and produces C++ file with array of pixels.
It can be used to quickly include binary file in C++ as source file.

Usage

./bmp2cpp <bmp file> [-o <output file>]

Compilation

  $ make