0

is it possible to get color of specific pixel from image using python? Something like: colorOfPixel = pixel(1, 9)

  • 1
    Does this answer your question? [How to read the RGB value of a given pixel in Python?](https://stackoverflow.com/questions/138250/how-to-read-the-rgb-value-of-a-given-pixel-in-python) – RJ Adriaansen Oct 22 '22 at 18:28

1 Answers1

0

Looking at another answer I found, on a similar question, it appears as though 'It's probably best to use the Python Image Library to do this which I'm afraid is a separate download.'

It's quite a good answer, I'd recommend checking it out!