Go to file
2024-03-08 17:57:41 +01:00
src Initial commit 2024-03-08 17:57:41 +01:00
.gitignore Initial commit 2024-03-08 17:57:41 +01:00
Cargo.lock Initial commit 2024-03-08 17:57:41 +01:00
Cargo.toml Initial commit 2024-03-08 17:57:41 +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?)