feat(01-bmpmafia): threemult
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user