Skip to content

Commit 9e5f1fb

Browse files
committed
删除错误调试信息
1 parent 923f528 commit 9e5f1fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ppt_to_image_slides_gui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ def export_slides_to_images(self, ppt_path, output_dir, image_format="PNG"):
378378
if dpi_info:
379379
dpi_x, dpi_y = dpi_info
380380
avg_dpi = (dpi_x + dpi_y) / 2
381-
self.log(f"从图片元数据读取DPI: X={dpi_x:.1f}, Y={dpi_y:.1f}, 平均={avg_dpi:.1f}")
382381
else:
383382
# 如果图片没有DPI信息,计算基于像素和点尺寸的比例
384383
scale_factor_x = img_width_pixels / slide_width_points

0 commit comments

Comments
 (0)