ImageVeil is an app for image anonymisation. It can be run in jvm servlet conrainers.
It is written in Kotlin, Javascript (jQuery), HTML5 and CCS3.
ImageVeil App uses ImageVeil Lib to process images.
Do net forget to rename or copy /src/main/resources/mailer.properties.tpl
to /src/main/resources/mailer.properties
and fill out the missing fields! Otherwise the contact form will not work!
You need to edit the imprint's content to reflect the actual provider's data!
Run in Tomcat:
mvn clean package tomcat7:run
This app is tested in Tomcat 7 and Tomcat 8 with JRE 1.8.
Compile to a war file (mvn clean package) and copy it to your Tomcat's webapps folder.
You might want to disable logging. If not: Remove the corresponding passages from the pages' markdown files.