Image to ASCII Art
Convert images to ASCII art in your browser. Adjust output width and copy or download the result as a text file. No upload — files stay on your device.
Drop an image here or click to browse
PNG · JPG · WebP · GIF · BMP
Related Tools
Image → Base64
Convert images to Base64 data URIs instantly. Supports PNG, JPG, GIF, WebP, SVG. Files never leave your browser.
Image Compare
Compare two images with a draggable before/after slider in your browser. No upload required.
Image Cropper
Crop any image in your browser by selecting a region with your mouse. Download as PNG — no upload required.
How to Use
- Drop or click the upload area to open an image from your device.
- Drag the Width slider to adjust the number of columns in the ASCII output.
- Higher width values produce more detailed art but longer lines of text.
- The ASCII art preview updates instantly in the output panel.
- Click Copy to copy to clipboard, or Download TXT to save as a text file.
How It Works
The image is scaled down and each pixel's brightness is mapped to an ASCII character. Dark pixels use dense characters (@, #) while bright pixels use sparse ones (., space).
Character Density Scale
- Dense →
@#%=+*:-.(darkest to lightest) - Best results with high-contrast images and clear subjects
- Use a monospace font when pasting in editors for correct alignment