readme
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# librewatmark (work in progress)
|
# librewatmark
|
||||||
|
|
||||||
Tool to put a watermark on sensitive documents. Useful to mitigate identity theft etc.
|
Tool to put a watermark on sensitive documents. Useful to mitigate identity theft etc.
|
||||||
|
|
||||||
Some services for this already exist on the Web, but then you have to trust them. Here the program runs on your machine, offline.
|
Some services for this already exist on the Web, but then you have to trust them. Here the program runs on your machine, offline.
|
||||||
|
|
||||||
Using the ImageJ library.
|
Using the ImageJ library.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Install Java on your system. Then run the jar file provided in Releases.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package org.example;
|
package org.whatever;
|
||||||
|
|
||||||
import ij.IJ;
|
import ij.IJ;
|
||||||
import ij.ImagePlus;
|
import ij.ImagePlus;
|
||||||
Reference in New Issue
Block a user