转换图形文件在linux命令行方式

Posted on May 25, 2014

安装ImageMagick

将当前目录下的图片文件按照文件名排序后合成pdf

convert *.png out.pdf

缩小文件尺寸

convert -resize 50%x50% *.jpg