kword: an image > ascii converter

audrey 60%.png

I have been tooling around with typewriter “ASCII art” style image reproduction for some time, well, since I acquired my typewriter.

I found several problems with existing image to ASCII generators for my application (reproducing digital images on a typewriter):

Is a picture worth a 1000 word ASCII image? #

I decided to write an ASCII image generator of my own. It runs in the browser using <canvas> and I call it kword.

DSC04014.jpg
Bottom left vs. center: kword optimization at work!

Features: #

To-do: #

Try it #

kword - live demo

kword - source code

More screenshots / generated images #

dithering works.png
1-bit Floyd-Steinberg dithering

obama.png
Works on Presidents

 
47
Kudos
 
47
Kudos

Now read this

Calibrated ASCII image reproduction

Process in progress. Planned implementation in browser using <canvas>: Generate character map Manually: Typewriter + scan - use blocks of each character to obtain more accurate measurement. Automatically: Render text to image using... Continue →