Answers for "python return rgb pixel 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 return rgb pixel image"

Python Answers by Framework

Browse Popular Code Answers by Language