# 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 ``` ## 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 ```