aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 98bc14fd056099231fa8a531682681c2055ed846 (plain)
1
2
3
4
5
6
7
8
#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
`javac randomImages.java`
`java -jar randomImages.jar`