feat:
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
fix: 移除打印
This commit is contained in:
@@ -367,7 +367,6 @@ def transpose_rotate(layer, image):
|
|||||||
# ------------------- 核心修改:计算实际旋转角度 -------------------
|
# ------------------- 核心修改:计算实际旋转角度 -------------------
|
||||||
# 结合镜像状态,计算需要实际执行的旋转角度
|
# 结合镜像状态,计算需要实际执行的旋转角度
|
||||||
actual_rotate = calculate_actual_rotate(original_rotate, is_mirrored_x, is_mirrored_y)
|
actual_rotate = calculate_actual_rotate(original_rotate, is_mirrored_x, is_mirrored_y)
|
||||||
print(f"actual_rotate:{actual_rotate}")
|
|
||||||
# ------------------- 执行镜像变换 -------------------
|
# ------------------- 执行镜像变换 -------------------
|
||||||
# 左右镜像(transpose[0] != 1 即-1,表示镜像)
|
# 左右镜像(transpose[0] != 1 即-1,表示镜像)
|
||||||
if is_mirrored_x != 1:
|
if is_mirrored_x != 1:
|
||||||
|
|||||||
Reference in New Issue
Block a user