Skip to content

Converts an image from a URL (PNG, JPG) into ASCII art with customizable scaling.

Notifications You must be signed in to change notification settings

nickvpn/image-to-asciiart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to ASCII Art Converter

This project converts a given image (PNG or JPG) from a URL into ASCII art. Users can specify a scale for the output, with smaller numbers producing larger, more detailed ASCII representations.

Features

  • Image Conversion: Converts images to ASCII art by interpreting pixel color data.
  • Customizable Scaling: Adjust the scale parameter to control the size and detail of the ASCII output (larger number = smaller ASCII art).
  • Supports PNG and JPG Formats: Works with popular image formats via URLs.

Example Output

Here is an example of a converted image into ASCII art with an image scale of 5:

Shane ASCII art conversion

Note: Please make sure to right click the image and open it in a new tab, then copy the link to the image there. The image link for the example used is here.

Credit

This project was inspired by similar image-to-ASCII conversion techniques available online, adapted for Java.

About

Converts an image from a URL (PNG, JPG) into ASCII art with customizable scaling.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages