Answers for "get rgb value of pixel file python"

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 "get rgb value of pixel file python"

Python Answers by Framework

Browse Popular Code Answers by Language