Go to file
2024-03-17 20:56:51 +01:00
src add charset arg and fix charset indexing bug 2024-03-17 20:56:51 +01:00
.gitignore Initial commit 2024-03-08 17:57:41 +01:00
Cargo.lock add arg parsing for previously hardcoded variables 2024-03-17 20:46:00 +01:00
Cargo.toml add arg parsing for previously hardcoded variables 2024-03-17 20:46:00 +01:00
LICENSE Initial commit 2024-03-08 17:57:41 +01:00
README.md Initial commit 2024-03-08 17:57:41 +01:00
walter.jpg Initial commit 2024-03-08 17:57:41 +01:00

pic2string 📸

generates ascii art from an image and outputs to stdout.

usage

using the provided example image of walter the dog:

pic2string ./walter.jpg

todo

  • command line arg parsing for x-stretch and output dimensions instead of compile-time constants
  • (maybe frame by frame video conversion if i'm bored?)