首页 > 其他 > 详细

image magick 批量转换文件

时间:2018-12-27 14:01:41      阅读:176      评论:0      收藏:0      [点我收藏+]

一个事例:

You can set the output file name via -set + some percent escapes
 (in this case you need the directory component of the path %d
 and the file name without extension %t):

magick convert .\*.jpg -resize 853x480! -set filename:t new_%t %[filename:t].jpg

https://unix.stackexchange.com/questions/319933/imagemagick-multiple-files-conversion-saving-with-different-name

image magick 批量转换文件

原文:https://www.cnblogs.com/johnsonshu/p/10184352.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!