# ASCIIfryer Program to convert jpeg, PNG, or BMP images to ASCII. ## Building ``` cargo build --release ``` ## Usage give file path as argument and image will be converted ``` ./ASCIIfryer image.png ``` available flags are: * `--width` set width of output ASCII * `--height` set height of output ASCII * `--palette` choose an ASCII palette in ascending order of brightness. Example : `--palette .,-+aoOH#@` * `--stdin` read from standard input