How to read the RGB value of a given pixel in Python?
If I open an image with open("image.jpg"), how can I get the RGB values of a pixel assuming I have the coordinates of the pixel?
If I open an image with open("image.jpg"), how can I get the RGB values of a pixel assuming I have the coordinates of the pixel?
Is it possible to get the RGB color of a pixel using PIL?
I’m using this code: