Add README.md
This commit is contained in:
parent
25ef69a6d6
commit
e771a75512
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# WaterMarker
|
||||||
|
>A simple watermarking program
|
||||||
|
|
||||||
|
This program is a very simple way to watermark images, it should work with most image types, but only supports png, jp(e)g and bmp files.
|
||||||
|
|
||||||
|
## Building
|
||||||
|
1. install at least Java 8u181
|
||||||
|
2. run ./gradlew shadowJar
|
||||||
|
3. in the folder build/libs there should be a WaterMarker.jar
|
Loading…
Reference in a new issue