peterb
peterb

Reputation: 1378

libpng framework on OS X

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?

Upvotes: 2

Views: 7705

Answers (2)

Andrew Cain
Andrew Cain

Reputation: 1213

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.

Upvotes: 1

Ned Deily
Ned Deily

Reputation: 85035

Check out the KyngChaos UnixImageIO framework. It includes libpng.

Upvotes: 1

Related Questions