All Projects → joereynolds → Image-to-Ascii

joereynolds / Image-to-Ascii

Licence: other
An image to Ascii converter written in Python

Image-to-Ascii

An extremely simple utility to convert any image to Ascii

A short example is:

image = ascii_converter.Ascii(10,'reddit.jpg')

Then, in the main event loop of your code, add the following:

image.create_image(surface)

and you go from this...

alt tag

To this...

alt tag

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].