PSD 规范帮助

发布于 2024-12-04 03:03:40 字数 703 浏览 2 评论 0原文

我正在编写一个程序(目前用Python)来读取PSD 文件。我正在使用此规范: http://www.fileformat.info/format/psd/ .htm 这里说

字节名称[]; /* 偶数长度 Pascal 格式字符串,2 个字节或更长 */

嗯,2 个字节或更长?我怎样才能知道它是多少?我也不知道“帕斯卡格式字符串”是什么意思。 提前致谢。

编辑:这是官方 PSD 规范 (pdf) 的直接链接: http://forums.adobe.com/servlet/JiveServlet/download/2923119-45984/Photoshop%20File%20Formats.pdf;jsessionid=21F2DBA32AB9E56882065663C10A1EBF.node0 请参阅第 9 页,“图像资源块”下,

请帮忙。

I'm writing a program (in Python for now) for reading PSD files. I'm using this specification: http://www.fileformat.info/format/psd/egff.htm
Here it says

BYTE Name[]; /* Even-length Pascal-format string, 2 bytes or longer
*/

Um, 2 bytes or longer? How am I supposed to find out how ling it is? I don't know what "Pascal-format string" means either.
Thanks in advance.

EDIT: Heres a direct link to the official PSD specification (pdf): http://forums.adobe.com/servlet/JiveServlet/download/2923119-45984/Photoshop%20File%20Formats.pdf;jsessionid=21F2DBA32AB9E56882065663C10A1EBF.node0
Look in page 9, under "Image Resource Blocks"

Please help.

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

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

发布评论

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

评论(1

女中豪杰 2024-12-11 03:03:40

“Pascal 格式字符串”可以表示在第一个位置 IIRC 上编码长度的字符串。

"Pascal-format string" could mean string that have length encoded on first position IIRC.

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