Skip to content

ASCIIGenerator is a simple C# console application that converts images to ASCII art. It supports adjustable width and optional color inversion to control output details.

License

Notifications You must be signed in to change notification settings

atymri/ASCIIGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCIIGenerator

A simple C# console application that converts images into ASCII art. Adjust the output width and optionally reverse the colors to customize the result. The ASCII art is saved as a text file in a Generated folder.


Features

  • Converts images to ASCII art
  • Adjustable output width
  • Optional color inversion
  • Saves ASCII art as .txt files

Usage

  1. Run the program.
  2. Enter the image file path or press Enter to use the default image.
  3. Specify the ASCII art width or press Enter to use the default width (35).
  4. Choose whether to reverse colors (enter 'y' for yes or press Enter for default true).
  5. View the generated ASCII art in the console and find the saved .txt file in the Generated folder.

Screenshots

generated image1 generated image2


Requirements

  • .NET Framework or .NET Core compatible with System.Drawing
  • Windows or other OS supporting System.Drawing

License

MIT License

About

ASCIIGenerator is a simple C# console application that converts images to ASCII art. It supports adjustable width and optional color inversion to control output details.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages