/ImageToASCII

Convert a png image into ASCII text (light or dark). Choose various stretch factors (dependent on line spacing and character width) as well as the resolution of the text output.

Primary LanguagePythonMIT LicenseMIT

ImageToASCII

Convert a png image into ASCII text for an interesting tech effect. Uses Anaconda. Requires PILLOW

  • Choose between light and dark text modes to account for white text vs black text and prevent color inversion.
  • Choose height and width stretch factors for various fonts and line spacing.
  • Choose a resolution to modify the size of the created ASCII blob. The code requires the path of a picture on the PC to be pasted in, and returns ASCII in the print bar.