Vinay Jain
Vinay Jain

Reputation: 2634

API to parse PSD files

I am trying to parse Photoshop PSD files and I want to extract layer information, including text.

Is there any API in Objective-C that can help me to extract this information from PSD files?

Upvotes: 2

Views: 5132

Answers (1)

Jhaliya - Praveen Sharma
Jhaliya - Praveen Sharma

Reputation: 31722

There is no framework or 3rd party parser available for parsing the PSD file in Objective-C But there is one available in C language, Which you could use with your objective-C code

Forum Source:

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.

Upvotes: 5

Related Questions