← BACK

ascii_renderer

A tool to render any image in ASCII characters (CP437)

Dart ⭐ 0

ASCII Renderer

A command line application to convert an image to ASCII art.

Usage

  1. Copy an image named input.jpg into this project directory.
  2. Run `dart run ./bin/ascii_renderer.dart.
  3. The generated ASCII art is written into ./output.txt.

TODO List

  • Fix font used for classification (arial does not fully support CP437)
  • Generate native executable.
  • Add command line flags to provide input and output paths at runtime.
  • Add command line flags to customize ASCII characters to use.