An open API service indexing awesome lists of open source software.

https://github.com/derivia/rascii

Generate ASCII art from image.
https://github.com/derivia/rascii

Last synced: over 1 year ago
JSON representation

Generate ASCII art from image.

Awesome Lists containing this project

README

          

# Rascii
> @TODO: maybe change this title later

Generate ASCII art from image on the command line.

## Building

1. First, you need to have Rust and Cargo installed. You can install Rust by following the instructions at [rustup.rs](https://rustup.rs).
2. Clone the repository:
```sh
$ git clone https://github.com/derivia/rascii
```
3. Build rascii using cargo:
```sh
# inside the cloned folder
$ cargo build
```

## Usage

```sh
Usage: rascii [OPTIONS]

Arguments:
Image to convert into ASCII art

Options:
--width Width of the output [default: 100]
--aspect-ratio Aspect ratio correction factor for output [default: 0.5]
--contrast Contrast adjustment (0.5 to 2.0) [default: 1.0]
--invert Invert colors
--dense Use dense character set
-h, --help Print help
```

## License

[MIT](./LICENSE)