Heavily inspired by donut code
Using the binaries at /bin
$ pixel-chars.exe <IMAGE_PATH> <RESOLUTION> <white || black>
Using cargo
$ cargo run <IMAGE_PATH> <RESOLUTION> <white || black>
- Resizes the image to the specified resolution
- Checks each pixel dim by multiplying red, green and blue
- Replaces the pixel by a character that has the same dim in order: .,-~:;=!*#$@
- Clone
- Create a new branch
- Commit your changes
- Send a pull request