diff --git a/new_studio_to_reg/tools_to_xmps.py b/new_studio_to_reg/tools_to_xmps.py index 5b3789a..7f72ba8 100644 --- a/new_studio_to_reg/tools_to_xmps.py +++ b/new_studio_to_reg/tools_to_xmps.py @@ -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