How do I take an image file and convert it into a raster and then access its data (RBG values) pixel by pixel?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Now you can use Color.getRed(), getGreen(), getBlue() and getAlpha() to get the different values |
||||
|
|
[Edit] Note that @Sibbo's answer is correct and conveniently uses the |
|||||
|
|
Use |
|||
|
|
|
Don't use the rgb values after you completed turning the image into a raster use the rasters |
||||
|
|