ImageToAsciiGUI
is a Java application that provides a graphical user interface (GUI) to convert images into ASCII art. The program allows users to select an image file and then displays the converted ASCII representation. Users can also open the ASCII output in their web browser.
- Easy-to-use GUI
- File dialog for selecting images 64A1 strong>
- ASCII display area
- Option to open ASCII art in web browser
- Java JDK 11 or higher
- Swing library (usually comes with JDK)
- Clone the GitHub repository.
git clone https://github.com/your-username/ImageToAsciiGUI.git
- Navigate into the project directory.
cd ImageToAsciiGUI
- Compile the Java code.
javac -d bin src/gui/*.java
- Run the application.
java -cp bin gui.ImageToAsciiGUI
- Open the application.
- Click on the Open file button to select an image file.
- View the ASCII art in the text area.
- Optionally, click on Open in browser to see the ASCII art in your default web browser.
Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.