A Java application that captures images from the system clipboard and compiles them into a single collage image.
- Ensure you have Java (JRE 17 or higher) installed on your system.
- Ensure you have set up the Path environment variable to include the Java binaries.
- Open your terminal or command prompt and call the application with the
following command:
java -jar java-clipboard-to-image-collage.jar
- To stop the application, use
CTRL + C.