https://github.com/tenpamk2/watermark-stamper-js
add watermark (alpha .png) to your images.
https://github.com/tenpamk2/watermark-stamper-js
Last synced: 3 months ago
JSON representation
add watermark (alpha .png) to your images.
- Host: GitHub
- URL: https://github.com/tenpamk2/watermark-stamper-js
- Owner: tenpaMk2
- License: mit
- Created: 2021-09-11T05:46:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-11T23:48:27.000Z (over 3 years ago)
- Last Synced: 2025-01-09T03:15:25.541Z (5 months ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watermark-stamper-js
add watermark (alpha .png) to your images.

## Usage
```shell
npm install
```Put your watermark image (alpha png) into `watermarks` directory.
You can put multiple images.Put your inputs image into `inputs` directory.
```shell
npm run exe
```You can see the help.
```shell
npm run help
```## output JPEG
```shell
node index.js -i inputs -o outputs -w watermarks --type jpg --jpegQuality 70
```## image files
What the
[Jimp](https://www.npmjs.com/package/jimp)
supports,
it also supports.Be careful, it only supports **sRGB** color space.
Not support **Adobe RGB** .