Clone, compile and run right away!
1. Clone the repository
git clone https://github.com/OrdinaryHumanDAO/console-image.git
2. Go to the src directory
cd your_path_to_project\console_image\src
3. Compile the source files
javac *.java
4. Run the program
java Main "image file path"
1. Prepare image file
2. Run the program
java Main ../Mona_Lisa.jpg
This project is licensed under the MIT License - see the LICENSE.md file for details