Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 847 Bytes

File metadata and controls

29 lines (22 loc) · 847 Bytes

Image to ASCII image (WIP)

About

This program can convert a regular image into an image made with ASCII characters. The main difference between my and most other projects is that it can detect edges. Hence, the objects will be much more defined using edge characters.

Example

Original ASCII
Original ASCII

Gui

image

TODO

  • Basic functionality
  • Edge detection
  • Add GUI
  • Add more options to GUI
    • Image Upscaling
    • Smarter quantization
    • Change font
    • Different charset
  • Create Web App

Inspired by Acerola