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:?dt59 wrote: 2018-12-21T17:18:32-07:00 Hi Fred, I later got a way round the problem I was trying to solve, yes. thanks sir.
but what if am using the caption image operator
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