JPEG Images

Started by
0 comments, last by masonium 22 years, 8 months ago
How do you load JPEG images? I''m using VC++ 6.0 with Win98.
Advertisement
Use the intel JPEG library. My understanding is its free to use in commercial software. It claims only to work on Intel processors, but in fact works on any.

I just wrote a JPEG loader for my 3D engine, and its possible to load JPEGs to bitmap data in just a few lines. I couldn''t find much decent documentation with the lib though, but the example code is helpful.

www.elf-stone.com

____________________________________________________________www.elf-stone.com | Automated GL Extension Loading: GLee 5.00 for Win32 and Linux

This topic is closed to new replies.

Advertisement