OS X 上的 libpng 框架
我正在寻找一个 Xcode 项目文件,它可以让我轻松地为 libpng 构建一个动态框架以嵌入 Mac OS X 应用程序包中。我发现 这个 libpng 1.2.8 的项目,但我需要一些相当最新的东西。我可以自己制作项目文件,但如果不需要,我宁愿不重新发明轮子。这是否已经存在,如果存在,在哪里?
I'm looking for an Xcode project file that will let me trivially build a dynamic framework for libpng to embed in a Mac OS X application bundle. I found this project for libpng 1.2.8, but I need something reasonably current. I can make the project file myself, but I'd rather not reinvent the wheel if I don't have to. Does this already exist, and if so, where?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 KyngChaos UnixImageIO 框架。它包括libpng。
Check out the KyngChaos UnixImageIO framework. It includes libpng.
如果您从 http://www.libpng.org/pub/ 下载 libpng 框架代码png/libpng.html 它包含一个构建框架的 xcode 项目。
If you download the libpng framework code from http://www.libpng.org/pub/png/libpng.html it contains an xcode project that builds the framework.