@echo off setlocal enabledelayedexpansion

REM 获取拖入的图片路径 set 'img_path=%1'

REM 判断文件是否存在 if not exist '%img_path%' ( echo 无法找到文件 '%img_path%' pause exit /b )

REM 修改图片宽度为600像素 magick '%img_path%' -resize 600x '%img_path%'

echo 图片已修改为宽度为600像素 pause


原文地址: https://www.cveoy.top/t/topic/mNWa 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录