c++ - 用于解析 PSD 文件的 API

标签 c++ objective-c c

我正在尝试解析 Photoshop PSD 文件,并且想要提取图层信息,包括文本。

Objective-C 中是否有任何 API 可以帮助我从 PSD 文件中提取此信息?

最佳答案

没有框架或第三方解析器可用于解析 Objective-C 中的 PSD 文件 但是有一个可用的 C 语言版本,您可以将其与您的 Objective-C 代码一起使用

论坛来源:

Is there a PSD file parser for Objective-C? I want to replace a layer image and output the result as an NSImage.

load layers from a psd file at runtime?

PSD file parser source code in C.

关于c++ - 用于解析 PSD 文件的 API,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6223802/

相关文章:

c++ - 反射矩阵不能正常工作

iphone - 安装应用程序时的额外参数/配置

ios - 仅使用时间按日期排序数组?

ios - 当你有多个按钮时,如何在 UITableView 中保持 UIButton 状态被选中?

c - 直接插入排序的错误 C 实现

c - sprintf 线程安全吗?

c++ - 堆栈和队列在调试器中显示为空。苹果

c++ - 基于某些模板参数从多个基类访问 corect 方法,而不用隐藏它们

c++ - pragma warning(push, 0) 不禁用/墙警告?

C - 类型字符串越界