Re: Putting back processed pixels of image
Posted By:
Amit_Chitale
Posted On:
Tuesday, May 15, 2001 10:26 PM
Somehow, there is no method as putPixel() in class java.awt.Graphics. So the only way is to get the color component of each pixel grabbed, and then draw line of length 1 at the desired position with this color.