Skip to content

A simple graphical application that converts an image into ASCII characters. ImageToText is written in Java with Swing, using the MVC design pattern.

License

Notifications You must be signed in to change notification settings

marcelohdez/ImageToText

Repository files navigation

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.

About

A simple graphical application that converts an image into ASCII characters. ImageToText is written in Java with Swing, using the MVC design pattern.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages