img2ascii

Crates.ioimg2ascii
lib.rsimg2ascii
version0.1.0
sourcesrc
created_at2021-12-13 01:38:31.372972
updated_at2021-12-13 01:38:31.372972
descriptionA simple CLI tool to convert images to ascii text
homepagehttps://github.com/edzdez/img2ascii
repositoryhttps://github.com/edzdez/img2ascii
max_upload_size
id496798
size3,650,751
Ethan Zhang (edzdez)

documentation

README

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 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
Commit count: 15

cargo fmt