Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 680 Bytes

Usage:

  1. Go has to be installed on your machine.

  2. Clone this repository.

  3. Copy images, which have to be processed into folder "input".

  • Acceptable formats "jpeg", "jpg" and "png".
  1. Copy your watermark into folder "watermark".
  • Acceptable format "png".
  1. Run command go run .

  2. 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.