dongchangxi 12 months ago
parent
commit
4cb89bb612
  1. 2
      new_studio_to_reg/tools_to_xmps.py

2
new_studio_to_reg/tools_to_xmps.py

@ -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

Loading…
Cancel
Save