Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个处理 psd 图像的 Photoshop 脚本(jsx)。为了可以将我的脚本的单独处理值和选项放入任何 psd 中,我考虑读取存储在 Note 中的文本。
问题:如何从 jsx 脚本中使用 Note 工具读取放置在 psd 文件中的文本?
谢谢!
如果我想在我的文档中存储一些与脚本相关的信息,我通常会使用其中一个 fileInfo 字段。这些可以通过 activeDocument.documentInfo 从您的 jsx 轻松访问。