Skip to content

Bash script to batch watermark photos using ImageMagick

License

Notifications You must be signed in to change notification settings

occhiodipesce/watermark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

watermark

Bash script to batch watermark photos using ImageMagick.

Requirements

Usage

Place the script and watermark in the folder with the images or change the IMAGES_DIR and WATERMARK paths to point to the script and the desired file respectively.

Edit the watermark.svg file or use another image (remember to change the WATERMARK path).

Adjust PERCENT_DIMENSION and PERCENT_OFFSET if necessary. 1 means the watermark uses 100% of the main size of the photo.

Also, if needed, change the .jpg extension in the for loop to whatever you need.

About

Bash script to batch watermark photos using ImageMagick

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages