A browser-based tool that converts images and videos into real-time ASCII art.
Includes color mode, gamma control, transparent PNG export, and .webm video recording.
- Upload images or videos
- Adjustable cell size and gamma
- Color or monochrome ASCII
- Invert mapping / invert colors
- Editable ASCII character ramp
- PNG export (normal / transparent)
- Record ASCII output as webm (press R)
- Draggable, collapsible settings panel
- Download the project files
- Place
index.htmlandsketch.jstogether - Add p5.js to your HTML:
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.9.0/p5.js"></script> <script src="sketch.js"></script>
- Run a local server
- Open in browser and upload an image/video
Here is a sample output generated using this renderer:
- R — Start/Stop recording
- Panel sliders — Adjust cell size, gamma, colors
- Buttons — Download PNG or record video
Created by @Abinesh-004
Inspired by [ssSynthomo]
This project is licensed under the MIT License.
