I want to divide an image file into 4 parts using java i tried it but i am getting exceptions and also i want to store all the pixel values of image into an array. for this i used pixel grabber class but of no use.please help me
A:
javax.imageio.ImageIO.read() returns a BufferedImage. I think that should be useful.
daanish.rumani
2009-03-30 09:42:52