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
- Host: GitHub
- URL: https://github.com/ufocoder/image-to-ascii-transformer
- Owner: ufocoder
- Created: 2023-03-25T10:28:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-03T06:10:41.000Z (about 2 years ago)
- Last Synced: 2025-04-19T02:23:12.373Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://ufocoder.github.io/image-to-ascii-transformer/
- Size: 1.38 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ASCII
-----

# 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)