ASCII Art Generator
Two modes: text → big block letters, OR image → ASCII art (pixel luminance to chars).
Max 20 chars. Lowercase auto-uppercased.
█ █ ████ █ █ ██ █ █ █ █ █ █ █ ████ ███ █ █ █ █ █ █ █ █ █ █ █ █ █ ████ ████ ████ ██
About ASCII Art Generator
The generator has two modes. In text mode you type a word and it is rendered as large block letters built from smaller characters, similar to figlet banners. In image mode you load a picture and the tool maps each region of pixels to a character based on its brightness, producing an ASCII rendering you can copy.
Images are processed in your browser and are not uploaded anywhere. ASCII art is handy for terminal splash screens, code comment headers, README banners, and chat messages where plain monospaced text is all you have to work with.
Frequently asked questions
- What image formats can I convert?
- Common web formats such as PNG and JPEG work, since the image is drawn to a canvas and read pixel by pixel.
- Why does the text art look stretched?
- ASCII art assumes a monospaced font; in a proportional font the characters have uneven widths and distort the shape.
- Does the image leave my device?
- No. Conversion runs entirely in the browser, so the picture is never sent to a server.