feat(01-bmpmafia): deepfryer

This commit is contained in:
2025-02-06 11:20:31 +03:00
parent aac3bb56c8
commit e110d9afe2
6 changed files with 174 additions and 1 deletions

View File

@ -17,3 +17,22 @@ make nerdybmp
```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
```