Using BufferedImage's getRGB() method as described in @tskuzzy's answer. · By accessing the pixels array directly using: byte[] pixels = ((DataBufferByte) ...
確定! 回上一頁