feat(01-bmpmafia): threemult

This commit is contained in:
2025-02-18 14:19:04 +03:00
parent e110d9afe2
commit aa403dd1aa
5 changed files with 215 additions and 2 deletions

View File

@ -36,3 +36,22 @@ make deepfryer
build/deepfryer some/path/to/input.bmp some/path/to/output.bmp 128
```
## threemult
converts 8bit bmp to 24bit
### build
```sh
# wrong edition
make threemult
# fine edition
make threemultfr
```
### usage
```sh
build/threemult(fr) some/path/to/input.bmp some/path/to/output.bmp
```