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 extract this information from PSD files?
There is no framework or third-party parser for analyzing a PSD file in Objective-C, but there is one available in C that you could use with objective-C code
Forum source:
Is there a PSD parser for Objective-C? I want to replace the image of the layer and display the result as NSImage.
load layers from psd file at runtime?
The source code for parsing a PSD file in C.
Source: https://habr.com/ru/post/886517/More articles:How to remove persistent master data storage - objective-cImproved feature for receiving news from Google in R - timezoneGetting news news from Google in R - rFormatting XML output using apache commons configuration XMLConfiguration - javaCreate and edit .psd file in iPhone file system - iosWhy can't my view model communicate with my generic ViewModel that implements the interface? (ASP.NET MVC 3) - c #What is the best method for testing serialization? - c #How to filter a list of dictionaries with corresponding values ββfor a given key - pythonHow to get pydoc command working in windows 7 cmd? - pythonProblems with inverted PUB / SUB with ZeroMQ - linuxAll Articles