Draw multiple rectangles with single command
Posted: 2014-05-27T12:06:51-07:00
hi ,
I want to draw multiple colored rectangle in my image using the -draw command. I can use the below command to draw one rectangle/command. Is there any way possible to draw more than one rectangle in single command.
I am on Windows using ImageMagick-6.8.9-Q16.
I want to draw multiple colored rectangle in my image using the -draw command. I can use the below command to draw one rectangle/command. Is there any way possible to draw more than one rectangle in single command.
Code: Select all
convert Image1.jpg -fill black -draw "rectangle 135,55 155,60" Image2.jpg