Re: libjpeg
Re: libjpeg
- Subject: Re: libjpeg
- From: Ken Thomases <email@hidden>
- Date: Fri, 19 Sep 2008 13:03:39 -0500
On Sep 19, 2008, at 10:37 AM, Florent Monnier wrote:
I have a project which compiles just fine under Linux, and I would
like to
make it fine for Mac OS X too.
It uses the libjpeg, which was by default on my linux box.
I have checked with diff that my header <jpeglib.h> is exactly the
same than
the one in this tarball:
http://www.ijg.org/files/jpegsrc.v6b.tar.gz
So I would like to know, what is supposed to be used under OSX
related to jpeg
management ?
Should I install the tarball above ?
You should probably build and ship libjpeg from the above source.
The ImageIO and CoreGraphics frameworks include the ability to
process JPEG images, if you want to use the native tools. (See
CGImage... and CGImageSource... in the documentation.) However, they
don't necessarily expose the full range of functionality that's
available with libjpeg. And you would have to change your code.
Cheers,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >libjpeg (From: Florent Monnier <email@hidden>) |