|
|
|
|
@ -18,7 +18,7 @@ def check_rate_xmps(pid):
@@ -18,7 +18,7 @@ def check_rate_xmps(pid):
|
|
|
|
|
return False |
|
|
|
|
return True |
|
|
|
|
|
|
|
|
|
def clearExifAndRotate(imagePath, rotate=270): |
|
|
|
|
def clearExifAndRotate(imagePath, rotate=90): |
|
|
|
|
if os.path.exists(imagePath) == False: |
|
|
|
|
print(f'{time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())} {imagePath} 图片不存在') |
|
|
|
|
return |
|
|
|
|
|