From 4cb89bb612c30433847a7c152e4808f8e6d42c6e Mon Sep 17 00:00:00 2001 From: dongchangxi <458593490@qq.com> Date: Fri, 3 Jan 2025 16:04:51 +0800 Subject: [PATCH] 1 --- new_studio_to_reg/tools_to_xmps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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