https://github.com/suda/img2h
Utility which converts bitmaps to C/C++ byte arrays
https://github.com/suda/img2h
Last synced: about 1 year ago
JSON representation
Utility which converts bitmaps to C/C++ byte arrays
- Host: GitHub
- URL: https://github.com/suda/img2h
- Owner: suda
- Created: 2014-11-21T23:01:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-21T23:07:10.000Z (over 11 years ago)
- Last Synced: 2025-03-29T10:11:50.785Z (about 1 year ago)
- Language: Python
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# img2h
Utility which converts bitmaps to C/C++ byte arrays.
## Instalation
```
$ pip install img2h
```
## Usage
```
$ img2h --help
Usage: img2h [OPTIONS] IMAGE_FILE
Options:
--threshold INTEGER Pixels with brightness lower that this will be on
--show-output / --no-show-output Show output image
--invert / --no-invert Invert output image
--help Show this message and exit.
```