提取PSD图层内容

发布于 2024-10-01 17:51:35 字数 583 浏览 2 评论 0原文

谁能建议我如何最好地解决我的“小挑战”?

  • 假设有人在分层 PSD 文件中创建了一个(不太复杂)设计。

  • PSD 具有各种具有给定图层名称的图层,其中包含使用不同字体和大小的各种文本以及位于设计中不同位置的文本(例如文本框/框左上角的 x/y 坐标)

  • 不同命名层中不同图形的原则相同,位于设计中不同层内的不同位置(例如图像左上角的 x/y 坐标)

    不同

问题:

我正在考虑编写一些软件/脚本,其本质上执行以下操作:

  • 使用PSD中图像所在图层的名称作为图像文件名将每个图层的图像保存在单独的文件中(例如png)

  • 导出一个文本文件,输出所有文本元素的内容,例如 --- 每个文本框的文本内容 --- 每个文本层的 PSD 布局中使用的字体 --- 每个文本层的 PSD 布局中使用的字体大小 --- 每个文本层中每个文本的位置(例如文本框/框左上角的x/y坐标)

您能推荐我可能联系的可以做到这一点的人吗?

我将非常感谢一些简短的建议!

谢谢汤姆

Can anyone advise on how I might best solve my "little challenge"?

  • assume someone created a (not overly complex) design in a layered PSD file.

  • the PSD has various LAYERs with given LAYER NAMES containing various TEXTs using different FONTS and SIZES and the text located at different POSITIONS in the design (e.g x/y coordinate of the upper left corner of the text frame/box)

  • same principle for DIFFERENT GRAPHICS in various NAMED LAYER, positioned in various different positions in the design (e.g x/y coordinate of the upper left corner of the images) inside the various layers

QUESTION:

I am thinking of having some software/script written which in essence does the following:

  • saves the images of each layer in separate files (e.g. in png) using the name of the layer in which the images resides in the PSD as the images file name

  • exports a text file out-putting the content of all text elements, e.g.
    --- the text content of each text box
    --- the the font used in the PSD layout for each text layer
    --- the the font size used in the PSD layout for each text layer
    --- the position (e.g. x/y coordinate of the upper left corner of the text frame/box) of each text in each text layer

Could you recommend anybody whom I might contact who could do that?

I WOULD BE EXTREMELY GRATEFUL FOR SOME SHORT ADVISE !!!

THANKS TOM

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

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

发布评论

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

评论(1

晨曦慕雪 2024-10-08 17:51:35

我不知道你是否还需要这个,但我一直在寻找类似的广告,我找到了一个 JavaScript 库, Melitingice Github 项目 psd.js

我已经尝试将其用于 PSD 字体信息提取图层导出为 png 如果您需要一些参考...

希望它有帮助!

I don't know if you still need this, but I was looking for something similar ad I found a JavaScript library, Melitingice Github project psd.js.

I already tried implementing it for PSD fonts information extraction and for layer export to png if you need some reference...

Hope it helps!

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