Skip to content

Instantly share code, notes, and snippets.

@yratof
Created January 28, 2021 13:12
Show Gist options
  • Save yratof/eff947b5779bd52b0afb5941c76277b4 to your computer and use it in GitHub Desktop.
Save yratof/eff947b5779bd52b0afb5941c76277b4 to your computer and use it in GitHub Desktop.
Adding a title to the bottom left of an image with imagemagick convert
convert image.jpg -resize 1200x\> -pointsize 18 -draw "gravity southwest text 20, 20 'Title of the image'" out-image.jpg;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment