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

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

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.
```