Skip to content

Dup1n/Jimascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jimascii

It's an implementation about Image-to-ASCII Text converter.

The project is made in:

  • Java 8
  • ImageJ
  • Maven

How-to-use

Clone the project, in the Main.java you change the imageURL param for the iamge what you want :

    ...
    ASCIIConverter asciiConverter = new ASCIIConverter(imageURL);
    ...

We added some images in the resources directory if you need test the project.

Result

Input (image to test)

anime girl

Output (ASCII text)

anime girl in ASCII

About

A Image-to-ASCII Text Converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages