Get color of each pixel of an image using BufferedImages

后端 未结 6 1366
南方客
南方客 2020-11-29 06:49

I am trying to get every single color of every single pixel of an image. My idea was following:

int[] pixels;
BufferedImage image;

image = ImageIO.read(this         


        
6条回答
提交回复
热议问题