-
Go has to be installed on your machine.
-
Clone this repository.
-
Copy images, which have to be processed into folder "input".
- Acceptable formats "jpeg", "jpg" and "png".
- Copy your watermark into folder "watermark".
- Acceptable format "png".
-
Run command
go run . -
Check folder "output" after the end of the processing.
In case the compiled (after running go build) program has to be run, create new folders for input, output and watermark in the root directory (where the compiled program is).
Disclaimer: Please note that this project is for demonstrational and educational purposes only.