Crates.io | asciifire |
lib.rs | asciifire |
version | 0.1.2 |
source | src |
created_at | 2022-10-19 02:42:31.181092 |
updated_at | 2022-10-19 17:10:48.740974 |
description | Library and CLI to convert images into surprisingly accurate ascii representation |
homepage | https://github.com/aaronknudtson/asciifire |
repository | https://github.com/aaronknudtson/asciifire |
max_upload_size | |
id | 691319 |
size | 2,223,681 |
A Library and CLI for converting images into ASCII characters of varying "density".
Make sure you have cargo installed. Help can be found here.
Once cargo is installed, open a terminal and run
cargo install asciifire
This will install a binary and allow you to use asciifire in your preferred terminal.
Output to console at appropriate terminal size:
$ asciifire Savior.jpeg
Output result to file:
$ asciifire Savior.jpeg -o Savior.txt
Resize height and maintain aspect ratio:
$ asciifire Savior.jpeg --height 50