A Kotlin version of the watermarker program
Go to file
Julius de Jeu 3d34c197fe Add .gitlab-ci.yml 2019-01-17 17:09:59 +00:00
gradle/wrapper Initial commit 2019-01-17 17:27:03 +01:00
src/main/kotlin/nl/aegeedelft/watermarker Update Main 2019-01-17 17:33:09 +01:00
.gitignore Initial commit 2019-01-17 17:27:03 +01:00
.gitlab-ci.yml Add .gitlab-ci.yml 2019-01-17 17:09:59 +00:00
LICENSE Add LICENSE 2019-01-17 16:36:19 +00:00
README.md Add README.md 2019-01-17 16:31:37 +00:00
build.gradle Initial commit 2019-01-17 17:27:03 +01:00
gradle.properties Initial commit 2019-01-17 17:27:03 +01:00
gradlew Initial commit 2019-01-17 17:27:03 +01:00
gradlew.bat Initial commit 2019-01-17 17:27:03 +01:00
settings.gradle Initial commit 2019-01-17 17:27:03 +01:00

README.md

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