Files
CompArch4Sem/01-bmpmafia/README.md

39 lines
441 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
```
## 🍳 `deepfryer`
![catstare](assets/catstare.jpg)
image binarification program
### build
```sh
make deepfryer
```
### usage
```sh
build/deepfryer some/path/to/input.bmp some/path/to/output.bmp 128
```