glitchassassin / lackey

Lackey - Graphical desktop automation with Python
MIT License
616 stars 76 forks source link

Chinese path error #171

Open HuangJiangShen opened 3 years ago

HuangJiangShen commented 3 years ago

It use cv2.imread in RegionMatching.py

But cv2.imread is not very friendly to Chinese

We can change it to cv2.imdecode

I don’t know if it’s necessary, but I think it should help

image