03-28-2008, 09:56 PM
|
#4 (permalink)
|
|
The Contributor
Join Date: Jan 2008
Location: Brazil
Posts: 77
Thanks: 14
|
Someone please correct me if there's an easier way, but I guess you have to traverse the image horizontally and vertically checking the color of each pixel.. if it matches the color you want to change you can do this using the function imagesetpixel.
|
|
|