draw many black color rectangles on a white background

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jhz
Posts: 9
Joined: 2016-08-12T05:27:35-07:00
Authentication code: 1151

draw many black color rectangles on a white background

Post by jhz »

Hi, I want to draw many rectangles/squares on a white background of different sizes and rotations. They should have black fill color and cover all the background like checker pattern but I want to draw sizes of rectangles of my choice and also rotate them at some degree.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: draw many black color rectangles on a white background

Post by Bonzo »

See -draw rectangle

Not much else to say with the information you have given. Please read the Important post before posting again.
Post Reply