HOME/Articles/

pil example other pc (snippet)

Article Outline

Python pil example 'other pc'

Modules used in program:

  • import numpy as np
  • import cv2
  • import numpy as np

python other pc

Python pil example: other pc

import numpy as np
from PIL import ImageGrab
from PIL import Image
import cv2
import numpy as np

resim = ImageGrab.grab(bbox=(331, 168, 481, 201))

resim_array = np.array(resim)



cv2.imshow("win", resim_array)