A Kotlin version of the watermarker program
Go to file
Julius de Jeu d8b4b38c56 Small fixes to make things faster
UI Set to native ui since it tends to look better
Add a menu bar
2019-02-11 18:01:30 +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 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