tags:

views:

268

answers:

3

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
+2  A: 

Have you tried this?

Boris Pavlović
A: 

ya i have tried it