Re: Adding multiple annotation to an image with one command using "-gravity"
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240800c80cdeca6312@[192.168.1.2]> |
This works fine for me on IM 6.6.1-7 Q16 Mac OSX Tiger. convert -size 1000x1000 xc:white tmp.png convert tmp.png -pointsize 24 -fill black -font Arial \ -gravity center -annotate +100+150 "MAINTITLE" \ -gravity center -annotate +200+250 "Text" \ -gravity center -annotate +300+350 "logo" tmp2.png Is your input image large enough to have offsets as large as yours from the center? What version of IM are you using? if old, perhaps upgrade. Fred