Click here to Skip to main content
15,895,256 members
Articles / Programming Languages / C++

2ascii: Render JPGs PNGs, SVGs and text to ASCII

Rate me:
Please Sign up or sign in to vote.
5.00/5 (16 votes)
23 Oct 2023MIT5 min read 11.4K   296   19  
Create ASCII art from common image formats and text
This tool was developed to test compatibility with Microsoft's latest C++ compiler, resulting in a command-line utility that converts images to ASCII art, supporting various image formats, including SVG, JPG, and PNG, with the option to specify a scale. It also supports rendering text using TrueType and OpenType fonts.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
United States United States
Just a shiny lil monster. Casts spells in C++. Mostly harmless.

Comments and Discussions