Skip to content

Freshchris01/watermark-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watermark-Image

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.

Getting Started

  • Clone the project
  • npm install install dependencies
  • npm 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

Example

  • Clone the project
  • Edit the configuration file according to your needs

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published