Create image from RGB values given in JAVA
I have a list of RGB values. (r,g,b)->(49,34,3),(1,9,26),(34,4,4). Now I want to create image with these.Is it possible?
I have a list of RGB values. (r,g,b)->(49,34,3),(1,9,26),(34,4,4). Now I want to create image with these.Is it possible?