edzdez / img2ascii

A simple CLI tool to convert images to ascii text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img2ascii

A simple CLI tool to convert images to ascii text

Command-line Options

Flags:

  • -f, --fcolor: color foreground
  • -b, --bcolor: color background

Options:

  • -r <ramp>, --ramp <ramp>: specify the character ramp to be used for conversion
  • -s <scale>, --scale <scale>: specify the scale to be used

To Install

Cargo:

$ cargo install img2ascii

Cargo will build the binary crate and install it to $HOME/cargo/bin

To Build

img2ascii is written in Rust. The Rust compiler can be installed by following the instructions on the official download page.

$ git clone "https://github.com/edzdez/img2ascii.git"
$ cd img2ascii
$ cargo build --release

About

A simple CLI tool to convert images to ascii text

License:MIT License


Languages

Language:Rust 100.0%