20 lines
229 B
Markdown
20 lines
229 B
Markdown
# BMPMAFIA
|
|
|
|
> working with michaelsoft binbows® bitmap format
|
|
|
|
## 🤓 `nerdybmp`
|
|
|
|
just prints out some basic `.bmp` file properties
|
|
|
|
### build
|
|
|
|
```sh
|
|
make nerdybmp
|
|
```
|
|
|
|
### usage
|
|
|
|
```sh
|
|
build/nerdybmp some/path/to/file.bmp
|
|
```
|