A Kotlin version of the watermarker program
Go to file
Julius de Jeu 2e06f53142 Merge remote-tracking branch 'origin/master' 2019-02-11 18:01:50 +01:00
gradle/wrapper Initial commit 2019-01-17 17:27:03 +01:00
src/main/kotlin/nl/aegeedelft/watermarker Small fixes to make things faster 2019-02-11 18:01:30 +01:00
.gitignore Add progress bar and multithreading 2019-01-22 12:16:58 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml 2019-01-23 10:03:28 +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