pixt is a command-line and web based tool for converting image to ASCII art with various styles, including pixel-based, ASCII, block, and braille.
- Terminal output
- HTML output
- SVG output 🚧
cargo install pixtgit clone https://github.com/BiswajitThakur/pixt.git
cd pixt
cargo build --release
./target/release/pixt --helpUsage: pixt [OPTIONS] [FILES]...
Arguments:
[FILES]... Input file paths
Options:
-w, --width <WIDTH> Output width in terminal characters
-H, --height <HEIGHT> Output height in terminal characters
-c, --colored Enable colored output
-s, --style <STYLE> Style of Output Image [default: pixel] [possible values: pixel, ascii, block, braills, dots, custom, from-file]
-o, --output <OUTPUT> Optput
-h, --help Print help
pixt -c <path of image>pixt <path of image>pixt -c -s ascii <path of image>pixt -s ascii <path of image>pixt -s from-file <file> <image-path>pixt -c -s custom ' `"-~:^>()*?[]{}=$#@' <path of image>pixt -s custom ' `"-~:^>()*?[]{}=$#@' <path of image>pixt -c -s dots <path of image>pixt -s dots <path of image>This project is licensed under the MIT License.
Feel free to open issues or submit pull requests!








