Skip to content

Instantly share code, notes, and snippets.

@sergejx
Created July 16, 2019 17:47
Show Gist options
  • Save sergejx/f5d9ece35b5c9b71de98c7ec70fede1e to your computer and use it in GitHub Desktop.
Save sergejx/f5d9ece35b5c9b71de98c7ec70fede1e to your computer and use it in GitHub Desktop.
Photo watermark
convert dsc_2034.jpg -rotate 90 -font DejaVu-Sans -pointsize 8 -gravity SouthWest -fill '#FFF4' -annotate +4+4 '© My Name' -rotate -90 output.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment