dom111 / image-to-ansi

Convert an image to ANSI colour codes using JavaScript.

Home Page:https://dom111.github.io/image-to-ansi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image-to-ansi

Having spent some time playing with colours in terminal, I wanted the ability to upload an image and have the content mapped to the closest colour from the ANSI terminal's 256 colour palette. Combined with the terminal preview mechanism I'd created as part of my bash-ps1 project, I've shared this tool. The image is never sent to the server as all the processing work is carried out in-browser by JavaScript.

Feel free to fork this, you can also see it in action here.

About

Convert an image to ANSI colour codes using JavaScript.

https://dom111.github.io/image-to-ansi

License:MIT License


Languages

Language:TypeScript 49.9%Language:HTML 38.5%Language:SCSS 6.6%Language:JavaScript 5.0%