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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.