在 Cocoa 应用程序中使用 Illustrator .ai 文件

发布于 2024-09-26 12:06:54 字数 1436 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

狠疯拽 2024-10-03 12:06:55

现代 ai 文件是 PDF 文件(CS3 到 CS5),带有特定于应用程序的注释。 Adobe Illustrator 在打开 ai 文件时将忽略实际的 PDF 数据,而仅使用写入时插入的注释。

Modern ai files are PDF files (CS3 thru CS5) with application specific comments. Adobe Illustrator will ignore the actual PDF data when opening an ai file and just use the comments it inserted when writing it.

时光匆匆的小流年 2024-10-03 12:06:55

只是为了打开它吗?相当可行。 NSImage 会将其加载为光栅化图像,而无需眨眼。创建 NSImage 实例时,将其视为任何其他受支持的图像文件。

如果您希望能够检查其内部结构(如层、路径等)并可能进行编辑,那么我不知道有任何开源 Objective-C 库可以执行此操作。

Simply to open it? Quite viable. NSImage will load it as a rasterized image without blinking an eye. Treat it as any other supported image file when creating an NSImage instance.

If you want to be able to examine its internals (like layers, paths, etc.) and possibly edit, then I don't know of any open-source Objective-C libraries for doing this.

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