Python按照图片尺寸(毫米mm)调整图片尺寸(像素pixel)
摘要:
# 按照图片尺寸(毫米mm)调整图片尺寸(像素) def resize_image_by_mm(input_image_path, output_image_path, width_mm=35, height_mm=49): """ 输入参数: :param input_image_path:原图片 阅读全文
posted @ 2024-07-18 21:21 GoGrid 阅读(98) 评论(0) 推荐(0) 编辑