Insert Image inside box i created.
Posted: 2011-01-12T10:49:00-07:00
Here is the box that I created.
convert -density 72 -size 576x252 xc:white -stroke black -linewidth 1 -fill white -draw "rectangle 3,3 573,249" -draw "line 193,249 193,3" -draw "line 383,249 383,3" cv05.png
I am looking to insert an image in the middle box and have not found the right command for placing the image I need.
Any resources and answers are greatly appreciated.
Thanks!
convert -density 72 -size 576x252 xc:white -stroke black -linewidth 1 -fill white -draw "rectangle 3,3 573,249" -draw "line 193,249 193,3" -draw "line 383,249 383,3" cv05.png
I am looking to insert an image in the middle box and have not found the right command for placing the image I need.
Any resources and answers are greatly appreciated.
Thanks!