|
Java™ by example!
|
|
|
How do I set an individual pixel in a BufferedImage?
 You can use the method setRGB. This example goes through a loop painting each pixel of the BufferedImage individually. Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|