image to ascii art fully created with rust 🦀 🚀
FOR LINUX:
git clone https://github.com/KoBruhh/RASCII.git
cd RASCII
./INSTALL
If any error accurs please post it on issues section
FOR WİNDOWS:
git clone https://github.com/KoBruhh/RASCII.git
cd RASCII
cargo build --release
shell
`rascii --help` // to get help
`rascii --path <img/to/path>` /* or */ `rascii -p <img/to/path>`
`rascii -p <img> -i` // to invert black and white! (if your image has white background use this if you want to ignore white background)
`rascii -p <img> -c` /* or */ `rascii -p <img> --colored` // to make it colored !!! Still in development !!!
of course you could mix these commands
shell
`cd target/release/` //to be able to
`./rascii --help` // to get help
`./rascii --path <img/to/path>` /* or */ `rascii -p <img/to/path>`
`./rascii -p <img> -i` // to invert black and white! (if your image has black background use this if you want to ignore black background)
`./rascii -p <img> -c` /* or */ `./rascii -p <img> --colored` // to make it colored !!! Still in development !!!
Im on linux so:
rascii -p /photos/ferris.jpeg -i >> ferris.txt
-> It just stores the output on ferris.txt, If you just want to see the results (not store) you're gonna do: rascii -p /photos/ferris.jpeg -i
Or I could do an amogus! LOL
Go inside the directory you entered ./INSTALL
cargo doc --open