Boneyard Tools

Convert an Image to ASCII Art

Convert any photo or graphic into ASCII text art, entirely in your browser. The tool samples your image down to a grid, measures the brightness of each cell, and maps it to a character from light to dark. Choose how wide the output is, switch between a simple ramp, a detailed 70-step ramp, or block shading, and invert the mapping for dark backgrounds. Copy the result or download it as a .txt file. The image never leaves your device.

How to convert an image to ASCII art

  1. Drop an image in, or click to browse.
  2. Set the output width and choose a character set.
  3. Toggle invert if your background is dark, then copy or download the text.

Examples

Turn a logo into text art

A high-contrast PNG logo, 120 characters wide
A block of monospaced characters that reads as the logo

Frequently asked questions

Is my image uploaded anywhere?

No. The image is decoded and converted entirely in your browser using a canvas. It never leaves your device, so private images stay private.

How does the conversion work?

The image is sampled down to a grid of cells sized to your chosen width. Each cell's brightness (a weighted average of its red, green, and blue) is mapped to a character, from a light glyph for bright areas to a dark glyph for dark areas.

Why does the height look correct and not stretched?

Monospace characters are about twice as tall as they are wide, so the tool uses roughly half as many rows as columns. That keeps the proportions of your image right when it is rendered as text.

When should I use the invert option?

By default the art is built for dark glyphs on a light background, like black text on white paper. Turn on invert when you will display it as light text on a dark background, such as a terminal, so light and dark read the right way round.

Which character set should I pick?

Standard is a short, clean ramp that works for most images. Detailed uses around 70 characters for smoother gradients and bigger output. Blocks uses shading characters for a denser, more solid look. High-contrast images give the clearest results.

Related tools