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