Skip to main content
The ASCII art converter gives you five ways to save your work. You can download a rasterized PNG at up to four times the native resolution, grab a scalable SVG that preserves every character as a vector element, export an ANSI escape-code file for terminal display, download a plain-text grid, or copy the text directly to your clipboard. Each format is available from the button group at the bottom of the sidebar.

PNG

PNG is the default export format. It captures the canvas exactly as rendered, including all post-processing effects such as bloom, scanlines, vignette, chromatic aberration, and film grain.

Scale

Use the scale dropdown (labelled 1× PNG, 2× PNG, or 4× PNG) in the sidebar to choose the output resolution. The exported image is the canvas scaled by the selected multiplier with pixel-perfect upscaling (no interpolation smoothing).
Use 4× PNG when you need high-resolution output for printing. At large canvas sizes the 4× file can be several thousand pixels wide, which is suitable for poster-scale prints without visible pixelation.

Transparent background

Check the Transparent checkbox next to the scale dropdown to make the background transparent. When enabled, any pixel whose RGB values match the background color within a tolerance of ±8 per channel is set to fully transparent (alpha 0). This is useful for compositing ASCII art over other images or colored backgrounds.

Filenames

The exported filename encodes the scale and transparency options:

Keyboard shortcut

Press S to trigger the current PNG export settings immediately, without clicking the button.