Can I convert my webcam feed to ASCII?
Yes. Press Use webcam and the page converts the live feed at roughly 15 frames per second. Freeze frame keeps the last frame so you can copy or download it. The video never leaves your browser.
Are my images uploaded anywhere?
No. The converter reads your file with the Canvas API inside the page. Nothing is sent to a server, so nothing is stored, logged or shared.
What image formats are supported?
Anything your browser can decode: PNG, JPG, WebP, GIF, BMP and usually AVIF. Animated GIFs are converted frame by frame into animated ASCII.
Why does my output look squashed?
Terminal characters are taller than they are wide, roughly 1:2. The converter compensates automatically, but if you paste into an editor with unusual line spacing the proportions can shift.
How large an image can I convert?
Large photos work, since the image is downsampled to the character grid before conversion. Very large animated GIFs are the only real limit, because every frame is decoded in memory.