8000 GitHub - mthy41/aag: A single-class image-to-ASCII converter.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mthy41/aag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aag

A simple single-class ASCII image generator.

How to use

Place the Aag.java class inside your project folder and call the .write method passing the file path and output path as arguments.

Usage example:

public class App{
    public static void main(String[] args){
        String filePath = "/home/user/Images/my_image.png";
        String outputPath = "/home/user/Documents/ASCII/";

        Aag.write(filePath, outputPath);
    }
}

Important

I highly recommend to use the absolute path for both filepath and outputpath.

About

A single-class image-to-ASCII converter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0