Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们通常通过 CGImage 在 IOS 上将图像(JPEG/PNG)解码为位图。现在我想知道这是否是解码图像的最有效方法?
或者任何人都可以告诉我是否有任何API可以让我们自己在 IOS 上解码图像?
您可以使用LodePNG来解码 PNG 文件,但我不知道它的效率会提高多少。此外,如果不创建 UI 或 CGImage,您将无法将它与 UIKit 一起使用,那么有什么意义呢?