8000 GitHub - Francesco99975/watermarker: CLI program that takes 2 arguments that are path to images / folders and puts the last image argument as a watermark on the other images
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CLI program that takes 2 arguments that are path to images / folders and puts the last image argument as a watermark on the other images

License

Notifications You must be signed in to change notification settings

Francesco99975/watermarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watermarker - Image Marker

CLI program that takes images as arguments and counts the last image as a watermark to be applied to other images.


Install

cargo install watermarker

Or Download the latest release


Usage

watermarker [OPTION_DIRS] [IMAGES_PATHS/DIRS_PATHS...] [WATERMARK_PATH] [OPTION_OUTPUT] [OUTPUT_PATH]

Simple Example

watermarker image1.png watermark.png

Different paths Example

watermarker ./image1.png ./photos/image2.png ../image3.png watermark.png

Output directory for images list

watermarker image1.png image2.png  watermark.png -o results

Directory lists Example

watermarker -d dir1/imgs_dir photos_dir watermark.png

Output directory for directories list

watermarker -d dir1/imgs_dir photos_dir watermark.png -o results

About

CLI program that takes 2 arguments that are path to images / folders and puts the last image argument as a watermark on the other images

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0