An open API service indexing awesome lists of open source software.

https://github.com/ufocoder/image-to-ascii-transformer

Image to ASCII transformer
https://github.com/ufocoder/image-to-ascii-transformer

Last synced: about 1 year ago
JSON representation

Image to ASCII transformer

Awesome Lists containing this project

README

          

ASCII
-----

![Build](https://github.com/ufocoder/image-to-ascii-transformer/actions/workflows/build.yml/badge.svg)

# Roadmap

## Stage: Base

1. browser -> image // ~100 lines code
2. image -> canvas // 1 line code
3. canvas -> pixel // 1 line code
4. pixel -> ascii code //
- pixel RGB (255, 255, 255) -> grayscale (0..255)
- grayscale value -> alphabet symbol

## Stage: GIF
## Stage UI

Inspired by [Coding Challenge 166: ASCII Text Images](https://www.youtube.com/watch?v=55iwMYv8tGI)

[Default Image](https://www.iconfinder.com/icons/7000035/pet_breed_halloween_animal_cat_icon)