So I'm having trouble setting a pixel of a BufferedImage. Here's the basic idea of what's happening:
//newpixel = 0x195f3259 //buffimage.getRGB(0,0) = 0xff5f3529 buffimage.setRGB(0,0,newpixel); int result = buffimage.getRGB(0,0); //should be 0x195f3259, but its still 0xff5f3529
So basically setRGB is clearly failing. However, I have no idea why...would greatly appreciate some help on this.

New Topic/Question
Reply




MultiQuote









|