gpt4 book ai didi

batch-file - 使用imagemagick批量处理图像以减小图像尺寸

转载 作者:行者123 更新时间:2023-12-04 18:06:51 37 4
gpt4 key购买 nike

我需要使用image magick转换成批的.jpg图像文件大小。能够使用以下代码转换单个文件

  convert -strip -interlace Plane -gaussian-blur 0.05 -quality 65% 1.jpg result.jpg

我需要对一批图像进行此转换。我尝试了这个,但是没有用
   mogrify -path \images-rep  -strip -interlace Plane -gaussian-blur 0.05 -quality 66% *.jpg

最佳答案

使用此命令可将您的一批图像转换为一个文件夹

   mogrify -path imagepath  -strip -quality 50% *.jpg

关于batch-file - 使用imagemagick批量处理图像以减小图像尺寸,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24949892/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com