Now we'll step it up a bit by adding an image to our stencil with the following command.

convert -size 1000x250 xc:white -font Helvetica-Bold -pointsize 155 -draw "image Over 770,0,200,250 tux_stencil.png text 10,175 'pclug.info'" pclug.info.gif
which produces an image like this . You'll notice that we have four numbers for the image drawing. These are the x and y coordinates along with the width and height to scale the image to.