How to get a image RGB value?
hi,
i am a newcomer here. when i want to get a bufferedimage's RGB value, i used
bufferedimage.getRGB(startx,starty, width of the image,height of the image, rgbs,0,width of the image);
but what the rgbs[] returned were something like -16711552,
what's the problem with my coding?
Thans in advance!

