簡體   English   中英

如何在 xcode iphone 應用程序中打開 photoshop PSD 文件

[英]how can open a photoshop PSD file in xcode iphone application

我正在嘗試開發一個 ios 應用程序。該應用程序需要打開一個 photoshope psd 文件。 有什么方法可以解決這個問題。 如果有人知道請幫助我。 提前致謝。

您可以使用ImageMagick 他們有一個 iOS 編譯的二進制文件,你可以在你的應用程序中鏈接到它。

編輯:考慮到這一點,我建議不要自己編寫解析器:

    // 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.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM