10000 GitHub - Eraout/pic-pix-repl: Simple GUI app wich replace picture pixels to symbols
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Eraout/pic-pix-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageToAsciiGUI

Description

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.

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Contributing

Features

  • Easy-to-use GUI
  • File dialog for selecting images
  • ASCII display area
  • Option to open ASCII art in web browser

Installation

Requirements

  • Java JDK 11 or higher
  • Swing library (usually comes with JDK)

Steps

  1. Clone the GitHub repository.
    git clone https://github.com/your-username/ImageToAsciiGUI.git
  2. Navigate into the project directory.
    cd ImageToAsciiGUI
  3. Compile the Java code.
    javac -d bin src/gui/*.java
  4. Run the application.
    java -cp bin gui.ImageToAsciiGUI
    

Usage

  1. Open the application.
  2. Click on the Open file button to select an image file.
  3. View the ASCII art in the text area.
  4. Optionally, click on Open in browser to see the ASCII art in your default web browser.

Contributing

Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.

About

Simple GUI app wich replace picture pixels to symbols

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0