Page 1 of 1

Re: newbie: red border

Posted: 2008-11-02T19:03:12-07:00
by fmw42
cuongvt wrote:Hi all,

Below command first creates text on a white background with a red border
and then implodes it by 0.5.
What I not understand is that which parameter inside this command create red border?
Below is the command:
===================================
convert –size 200x70 xc:darkred -fill white –draw "roundrectangle 5,5 195,65 5,5" -fill black - pointsize 35 –draw "text 12,45 'i m p l o d e'" -implode 0.5 implode.gif
==============================
regards

It is the background image you have created with -size 200x70 xc:darkred. Then you draw a white rectangle inside that with a 5 pixel inset.