Re: s it possible to access or set individual pixels of an image?

2010-11-17 Thread Trevor DeVore
On Tue, Nov 16, 2010 at 6:50 PM, Marty Billingsley wrote: > Is it possible to read and set the color of individual pixels in an image? > ImageData is a little incomprehensible. > > Basically, I'd like to be able to do something like: > for each pixel in image "x", set the color of that pixel to

s it possible to access or set individual pixels of an image?

2010-11-16 Thread Marty Billingsley
Is it possible to read and set the color of individual pixels in an image? ImageData is a little incomprehensible. Basically, I'd like to be able to do something like: for each pixel in image "x", set the color of that pixel to some calculated value (or a value pulled from a pixel of anothe