如何在xcode iphone应用程序中打开photoshop PSD文件

时间:2011-11-11 10:15:30

标签: iphone xcode4 ios4

我正在尝试开发一个ios应用程序。应用程序需要打开一个photoshope psd文件。有什么办法吗? 如果有人知道请帮助我。提前致谢。

1 个答案:

答案 0 :(得分:3)

您可以使用ImageMagick。它们有一个iOS编译的二进制文件,您可以在应用程序中链接到它。

编辑:我建议您不要自己考虑编写解析器this

    // At this point, I'd like to take a moment to speak to you about the Adobe PSD format.
    // PSD is not a good format. PSD is not even a bad format. Calling it such would be an
    // insult to other bad formats, such as PCX or JPEG. No, PSD is an abysmal format. Having
    // worked on this code for several weeks now, my hate for PSD has grown to a raging fire
    // that burns with the fierce passion of a million suns.