Created
January 28, 2021 13:12
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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