因pillow在linux中有问题难以解决,更换图片处理库为openCV

This commit is contained in:
2024-06-21 13:34:25 +08:00
parent b17104d7cb
commit 641964bda9
3 changed files with 36 additions and 32 deletions

View File

@@ -1,5 +0,0 @@
from photo_review.photo_review import open_image_from_url
if __name__ == '__main__':
image = open_image_from_url("./PH20240529000194_1_075936_1.png")
image.save("test.png")