aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: edf1966d4507a3a4dc343194ce682f09394eb339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#Java Random Image Generator

This command line java program generates a specified number of png images at a specified resolution, and populates them with pixels of a random color.
The images are stored in the same folder as the compiled jar file.

#Usage

Put randomImages.java in a folder where you want the random images to be stored.

Then, in your favorite terminal (or command prompt) navigate to that folder:
`cd example/images/folder`

Then compile the program:
`javac randomImages.java`

Run the program:
`java -jar randomImages.jar`