Answers for "python get pixel color from image"

0

how to get RGB value from pixel in screen live python

import PIL.ImageGrab
rgb = PIL.ImageGrab.grab().load()[x,y]
Posted by: Guest on August-19-2020

Code answers related to "python get pixel color from image"

Python Answers by Framework

Browse Popular Code Answers by Language