is it possible to get color of specific pixel from image using python?
Something like:
colorOfPixel = pixel(1, 9) 
            Asked
            
        
        
            Active
            
        
            Viewed 32 times
        
    0
            
            
         
    
    
        avixis12
        
- 1
- 
                    1Does 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 Answers
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!
 
    
    
        Ahaan Shah
        
- 1
- 2