处理 Adobe Illustrator 文件
我有一组想要扩展的 AI 文件。 AI 文件的大小为 200x200,我想将它们放大到 400x400。由于 Illustrator 使用矢量进行操作,这不是问题,但现在我想对许多 AI 文件执行此操作,并且希望以编程方式执行此操作。 Imagemagick 的转换能够将“ai”文件作为输入,但似乎不适用于矢量 - 当缩小时它工作正常,但当放大时,它会变得有点模糊。
批量处理这些的好方法是什么?
I have a set of AI files that I want to scale up. The AI files have a size of 200x200, and I want to scale them up to 400x400. As Illustrator does things with vectors it's not a problem, but now I want to do this for many AI files, and wanted to do it programmatically. Imagemagick's convert is able to take an "ai" file as input, but does not appear to be for vectors - when scaling down it works fine, but when scaling up, it gets a little blurry.
What is a good way to batch on these?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试在 illustrator 中进行批处理:
这是一个屏幕截图:
您应该能够在批处理窗口中选择之前创建的操作。
哈特哈,
乔治
You could try doing the batch in illustrator:
Here is a screen shot:
You should be able to select your previously created Actions in the Batch Window.
HTH,
George
我自己从未需要过它,但是您可以使用 Illustrator 的内置批处理功能来实现此目的吗?
http://help.adobe.com/en_US/Illustrator/14.0/ WS714a382cdf7d304e7e07d0100196cbc5f-62b3a.html
I've never needed it myself, but could you use Illustrator's built-in batching functionality for this?
http://help.adobe.com/en_US/Illustrator/14.0/WS714a382cdf7d304e7e07d0100196cbc5f-62b3a.html