ImageMagic commands help
Posted: 2011-08-16T23:56:34-07:00
i am new to this ImageMagic thing.
i have this command
what i need to do is like so:
_scan__ or
"image" text "sometext"
________to__467467
and not like so:
_scan or
"image" text "sometext"
_______to____467467
i need the "or" over the "text" and not over the image as it is in this command, any body have any ideas (note the "_" is space character)
i have this command
Code: Select all
convert -font $arial \( \( -pointsize 14 -fill black -gravity south label:\"Scan or \" +append \( $overlay -scale 90x90 \) -gravity south -append \( -background white \( -pointsize 44 -fill black -gravity southeast label:\" text \nto \" -fill $textColor -font $arialBold -gravity southwest label:\" $keyword\n 467467 \" -scale 60%x90% -bordercolor white -border 0x10 \) \) -gravity North +append \( -fill black -font $arial -gravity West -pointsize 8.5 -draw \"text 130,48 ' MSG & Data rates may apply.'\" \) -append \) \) -resize 530x120 -gravity center -extent 100%x120 -density 600 -sigmoidal-contrast 10x69% $tempFile -resize 530x120 $tempFile1"
_scan__ or
"image" text "sometext"
________to__467467
and not like so:
_scan or
"image" text "sometext"
_______to____467467
i need the "or" over the "text" and not over the image as it is in this command, any body have any ideas (note the "_" is space character)