要使用 Pyautogui 获取图片的位置,首先需要使用 Pyautogui 的 locateOnScreen()
函数。该函数会在屏幕上搜索给定的图像,并返回图像左上角的坐标。
如果你想要在主屏幕上搜索图像,可以这样使用 locateOnScreen()
函数:
import pyautogui
image_file = 'image.png'
image_position = pyautogui.locateOnScreen(image_file)
要使用 Pyautogui 获取图片的位置,首先需要使用 Pyautogui 的 locateOnScreen()
函数。该函数会在屏幕上搜索给定的图像,并返回图像左上角的坐标。
如果你想要在主屏幕上搜索图像,可以这样使用 locateOnScreen()
函数:
import pyautogui
image_file = 'image.png'
image_position = pyautogui.locateOnScreen(image_file)