the element may be like these:
Code: Select all
-annotate +x+y "My text is here"
Hope my question is not ambiguous. Thanks
Code: Select all
-annotate +x+y "My text is here"
Code: Select all
magick logo.png -fill black -font arial -pointsize 32 -annotate +150+200 "TESTING" logo_annotate.png
What is your exact question regarding caption:?
Code: Select all
convert logo.png \( -background none -size 200x -pointsize 32 -gravity center -fill pink caption:"THIS IS SOME TESTING OF CAPTION" \) -gravity northwest -geometry +150+200 -compose over -composite logo_caption.png
how do I specify the x and y offset of the paragraph