Drawing outline inside box. How are coordinates set up?
Posted: 2011-01-11T05:11:16-07:00
I am trying to draw a box inside a canvas that measures 600x263. The size of box I am trying to draw inside measures 594x257. When I put in this code, everything is good except there is no bottom of the box. It just draws a line on the top and both sides leaving the bottom blank. How do I complete and close the box? How are the coordinates set up in IM? (X,Y)?
convert -size 600x263 xc:white -stroke black
-linewidth 3 -fill white -draw "rectangle 3,3 597,597"
cv.png
Thanks for your help. I am new to IM.
convert -size 600x263 xc:white -stroke black
-linewidth 3 -fill white -draw "rectangle 3,3 597,597"
cv.png
Thanks for your help. I am new to IM.