I am trying to develop an ios application.The application needs to open a photoshope psd file . Is any method for this.
if anybody know please help me. Thanks in advance.
I am trying to develop an ios application.The application needs to open a photoshope
Share
You can use ImageMagick. They have an iOS compiled binary that you can link to in your application.
Edit : I would advise against writing a parser yourself considering this :