Screenshot<em>Editing RASCII</em>README md at main · KoBruhh<em>RASCII - Brave</em>1

RASCII

image to ascii art fully created with rust 🦀 🚀

Installation

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

Usage:

Linux:

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

Windows:

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 !!!

Samples:

Im on linux so: rascii -p /photos/ferris.jpeg -i >> ferris.txt -> It just stores the output on ferris.txt, If you want to see the results only (not store) you're gonna do: rascii -p /photos/ferris.jpeg -i

Screenshot<em>RASCII 1 : fish</em>1

Or I could do an amogus! LOL

Screenshot<em>RASCII 1 : fish</em>2

Read Documentation / Code

Go inside the directory you entered ./INSTALL

cargo doc --open