Re: How do I draw a pixel in a random spot within multiple image
Posted: 2007-07-08T12:01:13-07:00
This will draw a 1 pix rectangle on an image overwritting the original.
You will need to change the values to presumably a variable; as you have not said what API or php etc. you are using I can not give any further information.
Code: Select all
mogrify -fill red -draw \" rectangle 30,30 31,31 \" sunflower.jpg