MrSalty
JCHJava Community | Help. Code. Learn.
•Created by MrSalty on 3/9/2025 in #java-help
Color value of a BufferedImage pixel
What's the fastest way of accessing the color value of a pixel in a BufferedImage (at given x and y coordinates)?
I tried getRGB(), but it's too slow
13 replies