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.
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
.
ImageToText is licensed under the GPLv3, for more information please read the LICENSE file in the repository root.