jar

com.github.teriks : img2a

Maven & Gradle

Aug 24, 2019
1 stars

img2a · Command line tool and library for rendering images into ASCII. img2a is similar to jp2a but compatible with multiple image formats.

Table Of Contents

Latest Version

Download com.github.teriks : img2a JAR file - Latest Versions:

All Versions

Download com.github.teriks : img2a JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window img2a-1.2.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.teriks.img2a.utils

├─ com.github.teriks.img2a.utils.CssColors.class - [JAR]

com.github.teriks.img2a

├─ com.github.teriks.img2a.App.class - [JAR]

├─ com.github.teriks.img2a.AsciiImageRenderer.class - [JAR]

├─ com.github.teriks.img2a.AsciiPrinter.class - [JAR]

├─ com.github.teriks.img2a.ConsolePrinter.class - [JAR]

├─ com.github.teriks.img2a.HtmlPrinter.class - [JAR]

├─ com.github.teriks.img2a.ImageAsciiReader.class - [JAR]

├─ com.github.teriks.img2a.ImageRow.class - [JAR]

├─ com.github.teriks.img2a.ImageRowIterator.class - [JAR]

├─ com.github.teriks.img2a.InvalidImageDataException.class - [JAR]

├─ com.github.teriks.img2a.Pixel.class - [JAR]