Image to ASCII
- 3 Devlogs
- 10 Total hours
A web-based tool that convert images into ASCII art directly in your browser.
A web-based tool that convert images into ASCII art directly in your browser.
Come test it, it’s a web-based tool that converts images into ASCII art directly in your browser. You can convert memes, family photos and even more.
I’m very happy with the design, because I learned HTML, JS and CSS for this project (CSS is the worst and least fun) and I like the result. I would be very grateful if you report any bugs, because I test it only in Firefox and Microsoft Edge.
The next step is to add a dark mode.
I started a new project, the main goal is to build a website that lets you choose an image or a video and transform it into ASCII art. I quickly built a proof of concept in Python. But the problem is that I have literally no knowledge of web programming. So, I’m going to spend next hours learning JavaScrypt and try to implement all my ideas.