Small tool to watermark all images in a folder and saving them. You also can configure the corner which the watermark will be added to and additional paddings.
- Clone the project
npm install
install dependenciesnpm start
run the app with example images- Edit the configuration file according to your needs
- Watermark all your images!
Configuration File config.js
- folderPath: relative path to the images to process and watermark
- watermarkName: name of the watermark image file (inside the images folder)
- watermarkPadding: padding x and y values relative to the image borders
- align: position of the watermark inside the image? Possible values: bl, br, tl, tr (b = bottom, t = top, l = left, r = right)
- watermarkIdentifier: this identifier will be appended to the watermarked image
- Clone the project
- Edit the configuration file according to your needs
This project is licensed under the MIT License - see the LICENSE.md file for details.