Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ZyperPL/bmp2cpp

Simple tool for converting bmp file to data array in C++ file
https://github.com/ZyperPL/bmp2cpp

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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 [-o ]
``

## Compilation

```
$ make
```