I get the pixels from BufferedImage using the method getRGB(). The pixels are stored in array called data[]. After some manipulation o
BufferedImage
getRGB()
data[]
You can set the RGB (int) values for the pixels in the new image using the setRGB methods.