RE: [GD-General] Re: JPG libs
Brought to you by:
vexxed72
From: Thatcher U. <tu...@tu...> - 2001-11-09 01:51:31
|
On Thu, 8 Nov 2001, Brian Hook wrote: > I need something that is portable and with full source code (I need to > support, for example, Macintosh). I'm very partial to the SDL libs for cross-platform stuff. SDL_image will load jpg's and many other image types. Although I think the actual jpeg library they use might come from an outside source. Anyway, if you're thinking Mac and other platforms, you should check out SDL anyway. http://www.libsdl.org -Thatcher |