picmark
v1.0.0
Published
Add watermarks to your images in just a few lines of command or code.
Maintainers
Readme
picmark
Add watermarks to your images in just a few lines of command or code.
Installation
npm install -g picmark
# or directly use npx
npx picmarkUsage
picmark --helpExample
Add watermark to an image, on bottom-right corner, with 10% width of the main image, 2.5% margin of the corner of main image and blur the background region where the watermark will be placed.
picmark watermark ./input.jpg ./watermark.png -o ./output.jpg -p bottom-right -s 10 -m 2.5 -b 20Todos
- [ ] Support glob patterns for batch processing
- [ ] Support watermark EXIF data on images
- [ ] Support more image formats
- [ ] Expose API for programmatic usage
