Infranview MultiTiff 转换
我正在尝试使用命令行功能将许多单页 tiff 转换为 Infranview 中的多页 tiff:
i_view32.exe /multitif=(c:\test.tif,c:\test1.tif,c:\test2.tif...c:\test270.tif)\killmesoftly
实际命令行有 17,000 个字符。
但我创建的所有图像都停在第 71 页,而它们应该是第 1 页。以前有人尝试过这样做吗?这可能是命令行长度限制的问题,但我认为这会导致无效命令和 InfranView 错误。
任何帮助将不胜感激。
I'm trying to convert a number of single tiffs to a multi-page tiff in Infranview by using the command line feature:
i_view32.exe /multitif=(c:\test.tif,c:\test1.tif,c:\test2.tif...c:\test270.tif)\killmesoftly
The actual command line is 17,000 characters.
but all of the images I create stop at page 71 when they should go one. Has anyone tried to do this before? It might be an issue with the length of the command line limit, but I would that would cause an invalid command and an InfranView error.
Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
本文可能会有所帮助:
命令行长度限制是多少?
是否还有其他方法可以将数据发送到 IrfanView,例如像 Unix 上那样将其通过管道传输到 stdin?
This article may of help:
What is the command line length limit?
Are there other ways to send data to IrfanView, for example piping it to stdin like one would on Unix?