The first time I call getRGB it returns white, but the second time I call it, it returns black.
开发者_开发知识库Why does BufferedImage's getRGB return a different value after the 2nd time I call it?
Because the data has changed? (Possibly through incremental loading.)
精彩评论