diff --git a/MarbleGenerator.jar b/MarbleGenerator.jar new file mode 100644 index 0000000..31d2ee5 Binary files /dev/null and b/MarbleGenerator.jar differ diff --git a/README.md b/README.md index 021a3b7..0ca9724 100644 --- a/README.md +++ b/README.md @@ -1 +1,29 @@ # MarbleGenerator + +Generate a marble-like pattern to use in wallpapers. + +Usage : +``` +java -jar MarbleGenerator.jar [output file name] [width] [height] [size] +``` + +Optional arguments : +* 1 output file name : + * name of the output file (without extension) + * default is "wallpaper" +* 2 width : + * width of image (square if no other arguments) + * default is your screen width +* 3 height : + * height of image + * default is your screen height +* 4 size : + * size of individual squares in the image + * default is random between 3 and 12 + +It gives you something like this : + + +![example](wallpaper.jpg) + + diff --git a/wallpaper.jpg b/wallpaper.jpg new file mode 100644 index 0000000..7346016 Binary files /dev/null and b/wallpaper.jpg differ