Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
avinashkarhana
Posts: 1 Joined: 2018-07-10T03:29:25-07:00
Authentication code: 1152
Contact:
Post
by avinashkarhana » 2018-07-10T04:09:18-07:00
I am trying to add text over an image with circular border.(a text insie of circle)
something like
using ImageMagick-7.0.8-Q16 onn windows
snibgo
Posts: 12159 Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK
Contact:
Post
by snibgo » 2018-07-10T07:44:47-07:00
Read an image, then draw a circle, then write the text. For example:
Code: Select all
magick toes.png -draw "translate %[fx:w/2],%[fx:h/2] circle 0,0 0,100" -gravity Center -fill White -annotate 0 "Hello world" circtext.jpg
Users browsing this forum: Ahrefs [Bot] , Bing [Bot] , Semrush [Bot] and 41 guests