Add image watermark CLI program for multiple image format (jpeg, jpg, png, tiff, bmp, etc.) manipulation, browser WASM build support.
- Rust version 1.66.0
- Image-in-image watermark
- Text-in-image watermark
This library currently is in IN-PROGRESS status. Goals:
- Single image-in-image support
- Single text-in-image support
- Wide range image data types support
- Relative path support
- Batch/folder image-in-image support
- Single image-in-image support
- Single text-in-image support
- Wide range image data types support
- Relative path support
- Batch/folder image-in-image support
- clap
- image
- imageproc
- No additional library required to install
- How to build this CLI
cargo build --bin image_watermark
- How to run this CLI
image_watermark -i <absolute_main_image_path> -w <absolute_watermark_image_path> -o <absolute_output_path>
Get all useful command
image_watermark --help
- 1.0.0
- Image-in-image watermark added
- Auto resize and align watermark over main image
- See commit change or See release history
- 1.5.0
- Text-in-image watermark added
- Custom text width validation
- Support text and image command with subcommand
- Fix minor bugs
- Text center image alignment
- See commit change or See release history
This project is licensed under the BSD-3-Clause License - see the LICENSE.md file for details