Skip to content

Instantly share code, notes, and snippets.

@binshengliu
Created June 26, 2021 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binshengliu/4bbbdd0edeaa51c07e9cdd05b386857b to your computer and use it in GitHub Desktop.
Save binshengliu/4bbbdd0edeaa51c07e9cdd05b386857b to your computer and use it in GitHub Desktop.
Watermark a photo using command line
convert passport.jpg -background transparent -fill black -size 1024x256 -pointsize 24 -gravity center -annotate +0+205 'For ... Purpose' passport-water.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment