【发布时间】:2018-09-07 08:22:31
【问题描述】:
我正在使用 Windows 8.1 和 ImageMagick-7.0.8-11-portable-Q16-x86 我只需要一个批处理文件,将某个图像添加到每个多页 tif 文件的末尾
for example:
i have a folder contain:
usa.tif (1 pages)
england.tif (2 page)
brazil.tif (3 pages)
egypt.tif (4 pages)
france.tif (5 pages)
xxxxx.tif (x pages)
i want to add or append flag.png as a page to the end each tif image above
so output will be like this:
usa.tif ( 2 pages )
england.tif ( 3 pages )
brazil.tif ( 4 pages )
egypt.tif ( 5 pages )
france.tif ( 6 pages )
xxxxx.tif (x+1 pages)
附言 (这个文件夹每天都会有一个新文件,新名称) 谢谢:)
【问题讨论】:
标签: loops append imagemagick add tiff