Reputation: 2634
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
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:
load layers from a psd file at runtime?
PSD file parser source code in C.
Upvotes: 5