Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZyperPL/bmp2cpp
Simple tool for converting bmp file to data array in C++ file
https://github.com/ZyperPL/bmp2cpp
Last synced: 18 days ago
JSON representation
Simple tool for converting bmp file to data array in C++ file
- Host: GitHub
- URL: https://github.com/ZyperPL/bmp2cpp
- Owner: zyperpl
- Archived: true
- Created: 2015-07-05T11:40:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-05T12:01:22.000Z (over 9 years ago)
- Last Synced: 2024-07-31T22:58:58.145Z (3 months ago)
- Language: C
- Size: 195 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```