Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 682 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 682 Bytes

Image to ASCII Art

Introduction

Simple Python project to convert basic picutes into ASCII art.

Main Features

  • ASCII Gradient Scale
  • Image to ASCII rendered to the terminal
  • Compressed output, allowing for consisted images
  • Load your own images

Wishful Thinking

  • Turn into simple commandline tool

Function

At the moment the gradient recognition works pretty well, and character placement should be alright.

Gradient Image Gradient ASCII

Note:

  • Currently written functionally, rather than using objects. Code needs a revamp to allow for image importation.