处理 Adob​​e Illustrator 文件

发布于 2024-08-19 07:31:14 字数 214 浏览 10 评论 0原文

我有一组想要扩展的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沩ん囻菔务 2024-08-26 07:31:14

您可以尝试在 illustrator 中进行批处理:

  1. 通过 Window > 打开操作面板操作
  2. 通过按面板右下角按钮中的创建新操作按钮来创建新操作。它有一个图层图标。
  3. 记录你的行动。在这种情况下,全选(Ctrl+A / CMD+A)缩放(右键单击>变换>缩放)
  4. 停止录制按“停止”按钮(右下按钮的蓝色方块)。
  5. 通过操作面板的上下文菜单(带有向下箭头和 3 条水平线的按钮)批处理选项(菜单中的最后一个选项)批处理文件。

这是一个屏幕截图:
illustrator batch

您应该能够在批处理窗口中选择之前创建的操作。

哈特哈,
乔治

You could try doing the batch in illustrator:

  1. Open up the Actions Panel via Window > Actions
  2. Create a new action by pressing the Create New Action button from the bottom right buttons of the panel. It has a layer icon.
  3. Record your actions. In this case Select All(Ctrl+A / CMD+A) and Scale(Right click > Transform > Scale)
  4. Stop Recording by pressing the Stop button (blue square from the bottom right buttons).
  5. Batch your files via the Action Panel's Context Menu(button with the downward arrow and 3 horizontal lines) Batch Option (last option in the menu).

Here is a screen shot:
illustrator batch

You should be able to select your previously created Actions in the Batch Window.

HTH,
George

时光病人 2024-08-26 07:31:14

我自己从未需要过它,但是您可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文