Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.51 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.51 KB

ImageToText

A simple graphical application that converts the selected image file (PNG, JPEG, or any type otherwise supported type by Java's ImageIO class) into ASCII characters. imageToText is written in Java with Swing, using the MVC design pattern.

Showcase

ImageToText displaying a smiley face image with the default options:

ImageToText displaying a smiley face image with scale increased:

Building from source

If you would like to build LoopTube from source, download the source code, cd into it with your desired terminal application and run gradlew build --no-daemon (on macOS you may need to run chmod +x gradlew first to make gradlew executable). The --no-deamon argument can be removed if you would like to keep the gradle daemon in memory, which makes future gradle builds quicker.

Once finished, the resulting files will be in the build folder. The .jar will be in build/libs and gradle's default run scripts will be in build/bin.


License

ImageToText is licensed under the GPLv3, for more information please read the LICENSE file in the repository root.