BufferedImage.getRGB(int x, int y) than allows you to get RGB values on the give n pixel, which can be chunked into bytes. Check out javax.imageio, ...
確定! 回上一頁